Cara install

  • Clone this repository
git clone https://github.com/biillskiii/webSS.git
# make sure you are in the folder
cd absensi-app
  • Install semua package
composer install
  • Copy/rename file .env.example to .env
# windows
copy .env.example .env
# unix (ubuntu, mac os and others)
cp .env.example .env
  • Configure .env file
    Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

  • Create database
    Create a database according to the name in DB_DATABASE in the .env file

  • Run artisan commands

php artisan key:generate
php artisan migrate
php artisan serve