webwizo/codeigniter-console

CodeIgniter 3.x framework console

dev-master 2015-10-14 07:05 UTC

This package is auto-updated.

Last update: 2024-04-05 22:16:41 UTC


README

codeigniter-console

A CodeIgniter 3.x framework console.

Installation

"require-dev": {
    "webwizo/codeigniter-console": "dev-master"
}

Getting Started

If you successfully installed CodeIgniter, run this command:

vendor/bin/codeigniter

this will show you a default composer and installed packages command list.

Create controller

vendor/bin/codeigniter make:controller <controller_name>

Create model

vendor/bin/codeigniter make:model <model_name> [--suffix=_model]

License

MIT

(c) Asif Iqbal "webwizo" 2015