This set of tutorials uses a real school teaching management system as an example to teach you step by step how to quickly develop a commercial project using the ThinkPHP5 framework on a piece of white paper, starting from scratch, allowing you to quickly get started with TP5 project development. .
The case installation method of "Teaching Management System" developed by ThinkPHP5 latest version:
1. Start your PHP running environment. It is recommended to use the PHP toolbox developed by PHP Chinese website: tool.php.cn
2. Unzip the compressed package to your website directory. It can be a subdirectory, but you must do a good job in parsing the entry file;
2. Import the teach_manger.sql data table file into your database;
3. Open the database connection configuration file, application\database.php, and set the connection information to your environment.
4. Open the browser and access this project. You need to log in for the first time
Default super administrator: admin Password: 123456, admin user cannot change name, password can be modified.
This case is a supporting teaching case for the "ThinkPHP5 Basic Teaching Video" course on the PHP Chinese website. It is only for students to download and learn, and is not used for other purposes.
Based on this case, students are welcome to carry out secondary development and improve more functions~~
PHP Chinese website teaching team
August 10, 2017
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn