Laravel 5.6: php artisan migrate --path is not working

1

I want to use only the migrations that I have in the database/migrations folder since I have other migrations from a package that I do not want to use anymore. I'm using the php artisan migrate --path=/database/migrations command, however it returns Nothing to migrate even though the migration files are in that address.

    
asked by Kinafune 16.09.2018 в 05:11
source

0 answers