Answers for "laravel execute last migration"

PHP
4

migrate specific migration laravel

php artisan migrate  --path=/database/migrations/selected
Posted by: Guest on May-04-2020
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

Code answers related to "laravel execute last migration"

Browse Popular Code Answers by Language