mercredi 21 décembre 2016

Laravel 5.1 : Choose migration folder according to app config

Basically, I want to place two different folders in app/database/migrations folder and load migrations only from one of them

 - migrations
     - folder 1
     - folder 2

And when I running the php artisan migrate I want it to look into my config/app.php and determine which files need to be executed. Is it possible?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire