codeigniter-cli icon indicating copy to clipboard operation
codeigniter-cli copied to clipboard

Cli for CodeIgniter 3.0

Results 10 codeigniter-cli issues
Sort by recently updated
recently updated
newest added

Hello. `php cli ...` cannot be executed. ```bash composer create-project kenjis/codeigniter-composer-installer example cd $_ composer require kenjis/codeigniter-cli --dev php vendor/kenjis/codeigniter-cli/install.php php cli ~/Workspace/example PHP Fatal error: Uncaught TypeError: Argument 4...

enhancement

How do I change language to English?

Runs `php vendor/kenjis/codeigniter-cli/install.php` will create a `/tmp` dir on project's root. Should this dir be ignored (eg. includes it to `.gitignore`)?

I was just trying this out, when I got this: php cli help seed PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in...

Hi, I have a error in HMVC app. Neccesary my folder estructure is: - app (all CI) - application - system - www (public with index.php) The error is: Fatal...

How do I run migrate latest

I run command `php cli migrate` but error: ERROR: An Error Was Encountered Migrations has been loaded but is disabled or set up incorrectly. How to fix it, thanks !

help wanted

When your config/migrations.php has the following: `$config['migration_auto_latest'] = TRUE;` The command 'php cli migrate' still does not perform the migrations unless the version number is set.

Hi. Thanks for the great library! This PR attempts to add calling `pre_system` hook in `ci_instance.php` In CodeIgniter3, the `pre_system` hook is called before initializing Controller, but the hook is...