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.
Backstage:
RBAC-based authority management administrator, log, menu management, classification management, configuration management model, model fields, model content management (the business model can be customized in the background to facilitate rapid development of vertical industries)
Member management, comment management, sensitive word filtering system based on Tire algorithm, common model addition, deletion, modification, and code generation with one click
front desk:
User registration and login (including three-party login on WeChat, QQ, and Weibo)
Model content details page, list page comments related
System environment:
linux/windowsnginx/apache/iismysql5.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