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.
- Host: GitHub
- URL: https://github.com/webwizo/codeigniter-console
- Owner: webwizo
- Created: 2015-09-06T21:20:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T07:05:34.000Z (over 10 years ago)
- Last Synced: 2025-04-09T08:13:28.594Z (about 1 year ago)
- Language: PHP
- Size: 151 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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