Answers for "laravel re-run one migration"

PHP
0

re migrate laravel

Try:
composer dump-autoload
php artisan config:cache

If not working also try:
php artisan migrate:refresh.
Posted by: Guest on July-02-2020
1

refresh a specific migration laravel

php artisan migrate --path=/database/migrations/selected/
Posted by: Guest on April-24-2021

Code answers related to "laravel re-run one migration"

Browse Popular Code Answers by Language