seunex17 / ci4-clihelper
This package allow you to quickly make regulare controller and model files from cli
1.0.0
2020-09-09 16:31 UTC
This package is auto-updated.
Last update: 2024-10-29 01:02:15 UTC
README
This package allow you to quickly make regulare controller and model files from cli
How to install
$ composer require seunex17/ci4-clihelper
Useage
Create a new controller file:
$ php spark make:controller Home Users
The above command will create a Home folder in your controllers folder if not exist and create a Users.php file will some preset codes
Create a new model file:
$ php spark make:model Accounts Users