codeigniter-eloquent icon indicating copy to clipboard operation
codeigniter-eloquent copied to clipboard

Make migrations without laraval

Open philippe9 opened this issue 6 years ago • 2 comments

Hello guys, I just finished installing the repo and I want to know how I can make migrations using Scheme here. Since it is not using Laravel, the artisan command is not available and I wish to know if I can have a walk around. Thanks

philippe9 avatar Apr 24 '19 13:04 philippe9

You need to install another library, I use this https://packagist.org/packages/robmorgan/phinx check the documentation, it is very easy to use

DanielMRodriguez avatar Aug 24 '20 01:08 DanielMRodriguez

Or you can just use Code Igniter migration system instead.

Baronsindo avatar Jan 28 '22 10:01 Baronsindo