You want to run a specific migration file in Laravel application. How can you run a specific migration file in laravel? Is there a way to run specific migrations in laravel? Yes, there is a way to run a specific table migration in laravel.

I am here to show you that way of how to run specific table migration in laravel. So let's see the example code of php artisan migrate specific migration:

php artisan migrate --path=/database/migrations/2021_12_19_163339_create_car_body_types_table.php

 

Conclusion

I have tried to discuss the clear concept of run specific migration laravel 9. Now we know php artisan migrate specific migration. Hope this how to run specific migration in laravel tutorial will help you.