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

ios - Is 'init' forbidden as *part* of a variable name? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -