Siabsensi was made to manage student and teacher absenteeism at SMK Wikrama 1 Jepara
- PHP Version 7.2 or Above
- Composer
- Git
- Open the terminal, navigate to your directory (htdocs or public_html).
git clone https://github.com/hiskiadev/siabsensi.git
cd siabsensi
composer install
- Setting the database configuration, open .env file at project root directory
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**
- Install Project
php artisan project:install
You will get the administrator credential and url access like example bellow:
::Administrator Credential::
URL Login: http://localhost/login
Email: [email protected]
Password: 12345678
- Random Password
php artisan set:password
- Custom Password
php artisan set:password --password=secret123