ThinkAdmin is a backend management system developed based on ThinkPHP5.1 and ThinkLibrary.
We are committed to the secondary development of the underlying framework, providing complete components and APIs. Based on this framework, applications can be quickly developed. In addition, for project installation and secondary development, please refer to the official ThinkPHP documentation. The database files are placed in the project root directory.
ThinkAdmin is very suitable for rapid secondary development. It integrates WeChat development components by default and supports WeChat service accounts, WeChat payment, Alipay payment, Alibaba Cloud OSS storage, Qiniu cloud storage, and local server storage.
For project testing, you need to build your own environment, import the database (admin_v5.sql) and modify the configuration (config/database.php);
If the operation prompts "Operation prohibited by test system", etc., you need to delete the demo routing configuration (route/demo.php) or clear the routing file;
The current version uses ThinkPHP5.1.x, and the PHP version is marked as not lower than PHP5.6. For details, please read the official ThinkPHP documentation;
The environment needs to turn on PATHINFO, and the URL compatibility mode of ThinkPHP is no longer supported (due to how to display it elegantly);