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

enter image description here

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.

01

go through tutorial codeigniter migration - tutorials.kode-blog.com


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -