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
##UI uses LayUI, the front-end Logo is not yet available Please ignore the changes. Usagecomposer 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
- 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