Home  >  Article  >  PHP Framework  >  Share a LaraCMS backend management system

Share a LaraCMS backend management system

藏色散人
藏色散人forward
2021-05-28 14:39:092298browse

The following is a LaraCMS backend management system shared by laravel tutorial column. I hope it will be helpful to friends in need!

LaraCMS background management system

is developed based on laravel 5.5 and includes content management and API services. (Another repetitive wheel)

LaraCMS is an amateur work produced in the process of learning laravel (web development practical advanced practical architecture API server), trying to quickly use a simple way Build a basic enterprise website while retaining very flexible expansion capabilities and elegant coding methods. Of course, these all benefit from Laravel's excellent design. At the same time, LaraCMS is also a good reference example for learning Laravel.

Using objects

A Laravel developer with a certain foundation, not an ordinary webmaster.

Preview

Share a LaraCMS backend management system

Share a LaraCMS backend management system

Share a LaraCMS backend management system

##UI uses LayUI, the front-end Logo is not yet available Please ignore the changes.
Usage

composer update
php artisan migrate
php artisan db:seed

You can access it after execution (the virtual host must be configured first).

http://example.com/administrator

Note: The database must be configured first. Default user: admin@56br.com / 123456
Instructions

Because LaraCMS is not yet fully developed. So use with caution. Specific development documents will be added later.

Currently completed functional modules:

    User Management
  • Permission Management
  • Role Management
  • Site Information
  • Friendly Links
  • Column Navigation
  • Category Management
  • Article Management
  • Page Management
  • Slideshow Management
  • WeChat public account management (WeChat interface has been developed and may need to be debugged)
  • Front-end module (the user part is not yet completed)
  • Front-end API
Note: Please use the automatic code generation tool. The specific usage of make:laracms-administrator is consistent with make:scaffold.
Github address https://github.com/wanglelecc/laracms

The above is the detailed content of Share a LaraCMS 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