Answers for "how to run specific migration in laravel 8"

PHP
1

laravel run single migration

php artisan migrate --path=/database/migrations/my_migration.php
Posted by: Guest on January-05-2021

Code answers related to "how to run specific migration in laravel 8"

Browse Popular Code Answers by Language