CodeIgniter Forums
Where is Codeigniter CLI ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Where is Codeigniter CLI ? (/showthread.php?tid=61857)



Where is Codeigniter CLI ? - yousafsyed - 05-25-2015

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 ?


RE: Where is Codeigniter CLI ? - CroNiX - 05-26-2015

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