laravel refresh last migration code example
Example 1: migrate fresh
php artisan migrate:refresh
#https://www.fiverr.com/tamerjarrar
Example 2: re migrate laravel
Try:
composer dump-autoload
php artisan config:cache
If not working also try:
php artisan migrate:refresh.