Laravel Task Management
- Template AdminLTE
Laravel---AdminLTE-3---Fortify
- GroceryCRUD Enterprise
- Clone the repo and
cd
into it - Run
composer install
- Rename or copy
.env.example
file to.env
- Run
php artisan key:generate
- Set your database credentials in your
.env
file - Run migration
php artisan migrate --seed
- Make something awesome!
- as Administrator : admin@gmail.com
- as User : staf@gmail.com
- password : password
Recommend to install this preset on a project that you are starting from scratch, otherwise your project's design might break.
Laravel AdminLTE 3 uses some open-source third-party libraries/packages, many thanks to the web community.
- Laravel - Open source framework.
- AdminLTE 3 - Thanks to ColorlibHQ
Licensed under the MIT license.