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

Codeigniter Matches is a PHP CLI script that allows you to write controllers, models and views faster.

Results 7 codeigniter-matches-cli issues
Sort by recently updated
recently updated
newest added

If you do this: php index.php matches create:app foo "foo_model" and "foo_view" are referenced in the generated Foo.php controller, but the file and class names created by the script are...

## Problem: Several message endings do not include a carriage return. This causes the message to line up with the command line prompt like so: ``` $ php index.php matches...

CLI Command: To create app php index.php matches create:app users hmvc:1 To create controller only php index.php matches create:controller users hmvc:1 To create model only php index.php matches create:models users...

Create app, controller, views, or models, on CI-HMVC