Home > PHP Framework > Laravel > body text

Share a LaraCMS backend management system

藏色散人
Release: 2021-05-31 09:14:34
forward
2139 people have browsed it

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

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: [email protected] / 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!

Related labels:
source:segmentfault.com
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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!