SIYUCMS enterprise website system is developed based on ThinkPHP6.0+AdminLTE-2.4, which is simple/easy to use/responsive/low threshold.
SIYUCMSv6.1 is developed based on the latest version of ThinkPHP6.0.2 framework, and the backend and front-end framework uses AdminLTE. The core concept of the system is to "make the most suitable CMS for the enterprise".
The system has built-in permission system, membership system, administrator log, content management, column management, database backup and recovery, template management, file management, SMS sending, email sending, label management, field management, module management, plug-in management, and code generation functions.
SIYUCMS has four built-in applications, inex, mobile, and api.admin, and is built using ThinkPHP multi-application mode.
SIYUCMS installation:
Download the SIYUCMS complete package and extract it to your local area (it is recommended to use git to pull it)
Bind your site to the public directory (strongly recommended)
Restore siyucms.sql in the folder to the database of your own project (you need to create the database yourself)
Modify the database configuration information in .env (debugging mode is also opened and closed in this file)
Visit the backend and log in to check whether it is normal. The backend directory is http://www.yourwebsite.com/admin (if you cannot access, please try hiding index.php)
Default backend username: admin Password: admin
SIYUCMSv6.1.6 update log:
1. Upgrade the backend and front-end framework to AdminLTE3
2. Add tooltip and icon demonstration
3. Optimize background upload and add support for Alibaba Cloud oss, Qiniu Cloud oss, and ueditor plug-ins.
4. Optimize background multi-image upload and add move up and move down functions.
5. Compatible with PHP8.0.2 version
6. The unified database storage engine is InnoDB
7. Add the function of adding columns in batches
8. The cms built-in module adds a 'reading permission' field, and the cms front desk also adds a judgment on reading permissions.
9. Add Chinese language pack
10. Optimize the background module management function
11. Add multi-level linkage and provincial and municipal linkage databases and models
12. Upgrade ThinkPHP framework to 6.0.9
13. Other details optimization and BUG fixes