BoosterCLI
Tool to generate files with boilerplate in terminal.
BoosterCLI is a tool to create files with all code require to implement in our classes to view a list of command go into the folders app and type:
$ php BoosterCLI help
You could see the next list:

Resources
To speed your development BoosterCLI it´s a good tool but, it could be faster when you need to create all stack to controller-model-view to get faster BoosterCLI have a command that is better in this cases, that you will need no create a CRUD, you could use:
$ php BoosterCLI make:resource users
And inmediatly BoosterCLI makes a correspond controller, model, and view, and in view all the default views that match with boilerplate on the controller to use a view for index, other for create, edit, show.
For all others commands are touch in correspond Class section.
Last updated
Was this helpful?