- Automated backups using Laravel Backup
- ACL using Laravel Permission
- Eloquent auditing using Laravel Auditing
- Avatar management using Gravatar
- Customizable error pages from Laravel Collective
- Server-side DataTables support using Laravel Datatables
- Use this project as a template for your new app.
- Update the
.envwith your project settings - Setup Scheduling and Queues
- Update
UsersTableSeederwith your details. - Migrate by running the command
php artisan migrate - Seed the database by running the command
php artisan db:seed - Serve your project by running the command
php artisan serveexplore and build something awesome.
If you have a question/query/suggestion, feel free to send an e-mail to ndiranguwaweru@gmail.com.
The project is open-sourced software licensed under the MIT license.