About laravel-adminlte
laravel-adminlte is a backend template built through the lightweight front-end framework adminLte and laravel framework. It is not as large and complex as the laravel-admin backend. Personally, I also prefer the style design of adminlte, which looks much better than layuiAdmin.
github address: https://github.com/phpTailer/laravelAdminLte
Main function introduction
1.laravel Comes with auth login function;
2. Use iframe architecture;
3. Implement RBAC permission functions for administrators, roles, menus, and permissions;
4. Supporting menu Management, administrator management, role management, permission management;
5. Called icheck, datepicker, select2, datatable and other jquery plug-ins, and compiled them uniformly through Mix.
Project screenshots
##Installation
1. After cloning the code, composer installationcomposer install
php artisan key:generate
php artisan migrate
php artisan db:seeder
laravel tutorial column!
The above is the detailed content of Use AdminLTE+laravel5.7 to build a backend management system. For more information, please follow other related articles on the PHP Chinese website!