Answers for "how to rerun a specific migration laravel"

PHP
10

make specific migration laravel

php artisan migrate --path=/database/migrations/fileName.php
Posted by: Guest on February-16-2021
4

refresh a specific migration in laravel

php artisan migrate:refresh --path=/database/migrations/fileName.php
Posted by: Guest on November-04-2021

Code answers related to "how to rerun a specific migration laravel"

Browse Popular Code Answers by Language