lidaa / codeigniter-standard-edition
The "CodeIgniter Standard Edition" distribution
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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: 2025-03-07 21:12:10 UTC
README
php composer.phar create-project lidaa/codeigniter-standard-edition PROJECT_NAME dev-master
Commands:
php bin/Cise/console "CMD_NAME" ( php bin/Cise/console Clear_Cache )
[.] 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".
Note
- 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.