seunex17/ci4-clihelper

This package allow you to quickly make regulare controller and model files from cli

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/seunex17/ci4-clihelper

1.0.0 2020-09-09 16:31 UTC

This package is auto-updated.

Last update: 2025-09-29 03:21:23 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