php - CodeIgniter : 3.0 database migration through composer -
iam working on codeigniter database migrations.
create table using migrate.php controller in project , it's work fine.
question possible migrate database using cmd laravel database migrations?.
yes.
you can
php index.php tools
most frameworks have built-in command lines , users of these frameworks have interact command line. codeigniter has base command line interface it’s not implemented default.
go through tutorial codeigniter migration - tutorials.kode-blog.com
Comments
Post a Comment