aduartem / codeigniter-eloquent

Codeigniter 3.1.0 Integrated with Illuminate Database Eloquent
MIT License
26 stars 17 forks source link

Make migrations without laraval #2

Open philippe9 opened 5 years ago

philippe9 commented 5 years ago

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

DanielMRodriguez commented 4 years ago

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

Baronsindo commented 2 years ago

Or you can just use Code Igniter migration system instead.