Answers for "re run all migrations laravel"

PHP
1

laravel run migration

RUN A MIGRATION IN LARAVEL:

php artisan migrate
Posted by: Guest on January-02-2022
-1

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

Code answers related to "re run all migrations laravel"

Browse Popular Code Answers by Language