yzncms content management system (also known as otaku cms) is a completely open source project, based on ThinkPHP5.1. cost to meet the needs of focusing on in-depth business development.
[Environmental requirements]
WEB server: IIS/Apache/Nginx
PHP: php >= 7.0 (8.0 is supported, 7.1 is recommended)
Database: MySQL >= 5.0
[Space requirements]
The server needs to support binding the domain name to the public directory. If your server does not support binding the directory (that is, you need to install it in the secondary directory), please check the index.php entry file in the public directory for detailed operations.
[Installation Tutorial]
Step 1: Download the source code compressed package and extract it to your project root directory
Step 2: Bind to the public directory in the project as the running directory. ps: If your server does not support binding directories, please check the code comments of the index.php entry file in the public directory for detailed operations.
Step 3: Modify the database configuration (in the source code root directory/config/database.php)
Step 4: Import the yzncms.sql file in the root directory into the database
Step 5: Backend entrance http://your domain name/admin default account password (super administrator: admin admin)