daozicms enterprise website building system is a cms enterprise website building system developed by Thinkphp6.0.2+layui-v2.3.0+Mysql5.7.
Installation and use of daozicms enterprise website building system Installation tutorial:
1. It is recommended to build the system with phpstudy, first create the database, and then import zhandao.sql.
2. Modify the .env database name and link information in the root directory.
3. Modify public to the root directory to complete the installation.
This program uses the method of separation of front and backend. Please create the admin.XXXX.com backend address locally (xxxx.com represents your domain name), create the www.xxxx.com domain name, and modify the app.php file in the config folder in the root directory. The domain_bind attribute, as in the software screenshot, write the domain name prefix you parse. For example, your background domain name prefix is admin123, change admin (local background prefix) in the picture to admin123.
Enter the background:/admin/login.html
Username: admin
Password: 123456
Program update instructions:
1. Update the framework thinkphp6.0.2 framework core.
2. Simplify the background login window and integrate the layui pop-up layer.
3. Fix the BUG that comes with the framework.
Installation environment:
Applicable to php7.1+nginx+apache+mysql database environment, phpstudy is recommended for local construction environment