Home  >  Article  >  PHP Framework  >  Introducing a laravel+H-ui basic backend management system

Introducing a laravel+H-ui basic backend management system

藏色散人
藏色散人forward
2020-12-08 14:45:072828browse

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!

laravel_quick_admin

Project address: https://github.com/tsmliyun/laravel_quick_admin

Project example:

Introducing a laravel+H-ui basic backend management system

Background

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.

Function module

  • Login
  • Retrieve password
  • Change password
  • Log out
  • Administrator Management
  • Permission management
  • Role management
  • Support multiple languages

Code module

  • route
  • controller
  • service
  • model
  • #log
  • request
  • Repository (About this, the wise have different opinions)

Project construction

is relatively simple, mainly following the following steps

  1. composer install
  2. Modify. envFile related configuration
  3. Executionlaravel_quick_admin/laravel_quick_admin.sqlSQL statement in the file

Outlook

will be updated later The first version of the basic background framework that separates the front and back ends, so stay tuned.

Thank you

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!

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