lidaa / codeigniter-standard-edition
"CodeIgniter 标准版" 发行版
v2.0
2016-04-25 11:06 UTC
Requires
- php: >=5.3.2
- codeigniter/framework: 3.0.*
Requires (Dev)
- fabpot/php-cs-fixer: v1.11.2
This package is not auto-updated.
Last update: 2024-09-20 19:09:31 UTC
README
php composer.phar create-project lidaa/codeigniter-standard-edition PROJECT_NAME dev-master
命令
php bin/Cise/console "CMD_NAME" ( php bin/Cise/console 清除缓存 )
[.] Build_Params => Generate config files ( config.php, database.php, ...).
[.] Clear_Cache => Delete cache files.
[.] Clear_Logs => Delete logs files.
[.] Run_Sql => Execute a sql file.
[.] Cs_Fixer => Use php-cs-fixer tool with the configuration in a ".php_cs".
注意
- In order for the log file to actually be written, the app/logs/ directory must be writable.
- Before the cache files can be written you must set the file permissions on your app/cache/ directory such that it is writable.