← Zurück zu den Projekten
Laravel Employee Attendance Reports
#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

#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
- Check out our adminpanel generator QuickAdminPanel
- Read our Blog with Laravel Tutorials
- FREE E-book: 50 Laravel Quick Tips (and counting)
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses