/Laravel-Employee-Attendance-Reports

Laravel 6 demo project for employee attendance reports. Partly generated with https://quickadminpanel.com

Primary LanguagePHP

Laravel 6 Employee Attendance Reports

Demo-project showing how to use AJAX Requests with Sweet Alerts, and how to quickly draw a chart with our Laravel Charts package.


Screenshot

Laravel Employee Attendance Report


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL.
  • Admin's credentials: admin@admin.com - password
  • Employee's no.1 credentials: employee1@employee1.com - password (also same credentials for 2-10 employees, employee2@employee2.com etc)

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team