The Scarecrow PHP system is dedicated to the rapid development and establishment of business systems.
Scarecrow PHP system v1.0.2 update log 1. Improve RABC
2. Improve testing procedures
3. Modify database rules and existing database structure
4. Added new plug-in center
5. Added built-in plug-in center: table structure generation and database management
6. Simple route takes effect, configured in config/route, key->value to simplify route
7. Install webization
8. Turn off debug mode by default
9. Templates are configurable
10. Configurable in the configuration center
After downloading the source code, enter the root directory to install the system:
composerconfig-grepo.packagistcomposerhttps://mirrors.aliyun.com/composer/
composerinstall --no-dev-vvv
phpdcrphpapp:install database host database port user name password database name for example
phpdcrphpapp:install127.0.0.13306rootrootdcrphputf8
After the installation is completed, the backend address is host/admin/index/index and the initial username and password are admin123456.
If you want to import test data:
phpdcrphpapp:demo
nginx configuration:
charsetutf-8;
location/{
try_files$uri$uri//index.php?$query_string;
}