Home > Article > PHP Framework > Introducing a laravel+H-ui basic backend management system
The following is an introduction to the laravel H-ui basic backend management system from the LaravelFramework tutorial column. I hope it will be helpful to friends in need!
Project address: https://github.com/tsmliyun/laravel_quick_admin
Project example:
The original intention of starting this project is that for a back-end management system, login, logout, permission management, etc. are all common modules, which can be completely packaged into a basic project. Every time a new The project can be developed based on basic projects, saving time and improving development efficiency.
is relatively simple, mainly following the following steps
composer install
. env
File related configurationlaravel_quick_admin/laravel_quick_admin.sql
SQL statement in the filewill be updated later The first version of the basic background framework that separates the front and back ends, so stay tuned.
laravel -- artist's favorite framework
H-ui -- lightweight front-end framework
The above is the detailed content of Introducing a laravel+H-ui basic backend management system. For more information, please follow other related articles on the PHP Chinese website!