lightCMS is a lightweight CMS system that can also be used as a general backend management framework. lightCMS integrates common functions of the backend management framework such as user management, rights management, log management, and menu management. It also provides functions commonly used in CMS systems such as model management and classification management. The one-click code generation function of lightCMS can quickly generate codes for adding, deleting, modifying and checking specific models, greatly improving development efficiency.
lightCMS is developed based on Laravel5.5, and the front-end framework is based on layui.
lightCMS function introduction:
Backstage:
RBAC-based permission management
Administrator, log, menu management
Classification management
Configuration management
Model, model fields, and model content management (business models can be customized in the background to facilitate rapid development in vertical industries)
Member management
Comment management
Sensitive word filtering system based on Tire algorithm
One-click generation of code for adding, deleting, modifying and checking common models
front desk:
User registration and login (including three-party login on WeChat, QQ, and Weibo)
Model content details page and list page
Comment related
System environment:
linux/windows&nginx/apache/iis&mysql5.5+&php7.2+
PHP>=7.2.0
OpenSSLPHPExtension
PDOPHPExtension
MbstringPHPExtension
TokenizerPHPExtension
XMLPHPExtension
Things to note:
If the cache, queue, and session use redis drivers, you also need to install redis and phpredis extensions.
If the opcache extension is installed for PHP, please enable the opcache.save_comments and opcache.load_comments configurations (enabled by default), otherwise the menu automatic acquisition function cannot be used normally.
Before installation, please ensure that composer is installed on the system. Domestic users are advised to set up the composer image first to avoid a slow installation process.
Backend access address:/admin/login
Default user (this user is a super user and is not subject to permission management restrictions): admin/admin