Skip to content

Codeigniter Command Line Tool, like Laravel Artisan, it can use command to create Controller Model View in quickly.

Notifications You must be signed in to change notification settings

piece601/Codeigniter-Pitisan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Codeigniter-Pitisan

Codeigniter Command Line Tool.
Like Laravel Artisan.
It can use command line to create Controller Model View in quickly.

Install

Step1. Open terminal or Download this zip.
Step2. Move application/controllers/Pitisan.php in your project application/controllers.
Step3. Open terminal and change directory to your project directory.

Usage

$php index.php pitisan # Watch default helper
$ptp index.php pitisan controller # Watch controller help er
$php index.php pitisan controller User # Create User.php controller file in controllers folder.
$php index.php pitisan controller admin.User # Create User.php controller file in controllers/admin folder.
etc. (refer the helper)

Best Practice ( Create alias to your ~/.bash_profile)

alias pitisan="php index.php pitisan"

Most Important

Give me a start ~
Thank you~

About

Codeigniter Command Line Tool, like Laravel Artisan, it can use command to create Controller Model View in quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages