Welcome Guest, Not a member yet? Register   Sign In
Cli for CodeIgniter 3.0
#1

I'm developing "Cli for CodeIgniter" which is a Cli tool for CodeIgniter 3.0.

https://github.com/kenjis/codeigniter-cli

You can create your own commands.
And it has commands to manipulate database migrations via command line.

For example:
Code:
bash-3.2$ ./cli help migrate
SUMMARY
    migrate -- Runs the migrations.
USAGE
    migrate             Migrate up to the current version.
    migrate <version>   Migrate up to the version.
    migrate status      List all migration files and versions.
    migrate version     Show migration versions.
DESCRIPTION
    migrate command runs the migrations and shows its status.

bash-3.2$ ./cli migrate status
application/database/migrations/
 20150503043122_Create_bbs.php (current/database)
 20150503060215_Create_captcha.php
 20150503060219_Create_category.php
 20150503060223_Create_product.php

Check it, if you like command line:
https://github.com/kenjis/codeigniter-cli
Reply


Messages In This Thread
Cli for CodeIgniter 3.0 - by kenjis - 05-03-2015, 09:10 PM
RE: Cli for CodeIgniter 3.0 - by ipun.amin - 05-03-2015, 09:28 PM
RE: Cli for CodeIgniter 3.0 - by kenjis - 05-04-2015, 05:45 PM
RE: Cli for CodeIgniter 3.0 - by orionstar - 05-05-2015, 02:13 PM
RE: Cli for CodeIgniter 3.0 - by kenjis - 05-06-2015, 04:28 PM
RE: Cli for CodeIgniter 3.0 - by kenjis - 05-07-2015, 01:22 AM
RE: Cli for CodeIgniter 3.0 - by kenjis - 05-21-2015, 02:52 AM
RE: Cli for CodeIgniter 3.0 - by yousafsyed - 05-25-2015, 05:14 PM
RE: Cli for CodeIgniter 3.0 - by kenjis - 07-05-2015, 02:39 AM
RE: Cli for CodeIgniter 3.0 - by kenjis - 07-05-2015, 02:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB