yumi/console

There is no license information available for the latest version (dev-master) of this package.

dev-master 2018-11-21 16:48 UTC

This package is auto-updated.

Last update: 2024-04-18 18:59:24 UTC


README

This package used for chibi framework

Installation

composer require yumi/console

this package uses symfony/console package

Documentations

Each Command extends from YumiCommand::class. and each Command execute a fire function when that command executed

Commands

Create Controller

[name] is you controller name, by default yumi add 'Controller' to controller name.

php yumi create:controller [name]

this will be created inside "app/Controllers/" for chibi framework

Create Model

  • [name] : is you model name, by default yumi.
  • --table : by default is empty, but its here where you specify table name for this model
php yumi create:model [name] --table=tableName

this will be created inside "app/" for chibi framework

Create Hurdle

not yet available

Create Listener

not yet available

Create Event

not yet available

Create view

not yet available

List Routes

not yet available

List Configuration

not yet available