Home  >  Article  >  PHP Framework  >  Use AdminLTE+laravel5.7 to build a backend management system

Use AdminLTE+laravel5.7 to build a backend management system

藏色散人
藏色散人forward
2020-03-07 09:29:465059browse

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

Use AdminLTE+laravel5.7 to build a backend management system

Use AdminLTE+laravel5.7 to build a backend management system

##Installation

1. After cloning the code, composer installation

composer install

2. Create key and create .env for related configuration

php artisan key:generate

3. Database migration

php artisan migrate

4. Add necessary data

php artisan db:seeder

admin is the super user and has all menus and permissions.

For more technical articles related to the laravel framework, please visit the

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!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete