codeigniter-matches-cli
codeigniter-matches-cli copied to clipboard
hmvc feature added while creating app, controller, models and views
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 hmvc:1
To create view only php index.php matches create:views users hmvc:1
If hmvc = 1, then file created in the directory: APPPATH/modules/filename
Everything else are same