An open API service indexing awesome lists of open source software.

https://github.com/webwizo/codeigniter-console

A CodeIgniter 3.x framework console.
https://github.com/webwizo/codeigniter-console

Last synced: 12 months ago
JSON representation

A CodeIgniter 3.x framework console.

Awesome Lists containing this project

README

          

### codeigniter-console
A CodeIgniter 3.x framework console.

### Installation
```js
"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
```

**Create model**
```
vendor/bin/codeigniter make:model [--suffix=_model]
```

### License
MIT

(c) Asif Iqbal "webwizo" 2015