How do you add Migrations and run them in CodeIgniter using Eloquent?
I found a nice tutorial (not in English) how to add Eloquent to CodeIgniter. But when he shows the migrations folder.. I'm not sure how it was added. Can someone help?
In the Video Eloquent is added to Codeigniter using Composer.json. And then he setup Eloquent in application/config.php and application/database.php . But I'm curious how migrations is setup.
Video Link: https://youtu.be/t6dI8T9Znhw?t=257