codeigniter-eloquent
codeigniter-eloquent copied to clipboard
Make migrations without laraval
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
You need to install another library, I use this https://packagist.org/packages/robmorgan/phinx check the documentation, it is very easy to use
Or you can just use Code Igniter migration system instead.