lidaa/codeigniter-standard-edition

The "CodeIgniter Standard Edition" distribution

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/lidaa/codeigniter-standard-edition

v2.0 2016-04-25 11:06 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.