Welcome Guest, Not a member yet? Register   Sign In
Where is Codeigniter CLI ?
#1
Information 

I was working on Laravel and loved to work with PHP artisan from Laravel but I had todo some project on Codeigniter and I found that there is no tool like PHP artisan ? But than I started to write my own CLI tool for codeigniter to create automatically migration classes and than to run them easily and update the version in config file etc. I am making it on top of Symphonies CLI tool and name it codeigniter and here is an example how it works

Code:
php codeigniter make:migration create_user_table --table=users
Code:
php codeigniter make:migration add_new_user --create=user
Code:
php codeigniter migrate
Code:
php codeigniter migrate:rollback
Code:
php codeigniter migrate:version


I just wanted to share if someone is intrested to work on it with me ?

Attached Files Thumbnail(s)
   
Reply
#2

Maybe this should be posted in the "Addins" section? Here's another CLI tool Kenjis is working on: http://forum.codeigniter.com/thread-61639.html
Reply




Theme © iAndrew 2016 - Forum software by © MyBB