Categories
Laravel

Laravel : php artisan migrate specific file

use this command php artisan migrate --path=/database/migrations/my_migration.php 

Leave a Reply