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

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

藏色散人
Release: 2020-03-07 09:29:46
forward
5354 people have browsed it

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
Copy after login

2. Create key and create .env for related configuration

php artisan key:generate
Copy after login

3. Database migration

php artisan migrate
Copy after login

4. Add necessary data

php artisan db:seeder
Copy after login

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!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
laravel5 namespace problem
From 1970-01-01 08:00:00
0
0
0
How do you use smarty to integrate laravel5?
From 1970-01-01 08:00:00
0
0
0
Merge requirejs in laravel5
From 1970-01-01 08:00:00
0
0
0
vendor - laravel5 problems after cloning from git
From 1970-01-01 08:00:00
0
0
0
laravel5 cannot start
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template