Loading repository data…
Loading repository data…
hafiddna / repository
Ini adalah Repository untuk Aplikasi Absensi dengan berbasis Framework Laravel
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The requirements to Laravel-SchoolAttendance application is:
$ git clone https://github.com/ambonxnobody/Laravel-SchoolAttendance.git
$ cd Laravel-SchoolAttendance-main
$ composer update
Important: If you have not the .env file in root folder, you must copy or rename the .env.example to .env
.env file
APP_URL=http://yourdomain.tld (you must use protocol http or https)
Options: en | id
.env file
APP_LANG=en
.env file
DB_CONNECTION=mysql
DB_HOST=XXXXXX
DB_PORT=3306
DB_DATABASE=XXXXX
DB_USERNAME=XXXX
DB_PASSWORD=XXXXX
Remember: Create the database for absensi before run artisan command.
php artisan migrate --seed
Application name: Laravel-SchoolAttendance
Homepage URL: URL (Same as APP_URL at .env)
.env file
PROXY_PORT=
PROXY_METHOD=
PROXY_SERVER=
PROXY_USER=
PROXY_PASS=
The Laravel framework is open-sourced software licensed under the MIT license.