php artisan migrate --refresh code example
Example 1: re migrate laravel
Try:
composer dump-autoload
php artisan config:cache
If not working also try:
php artisan migrate:refresh.
Example 2: php artisan migration refresh
php artisan migrate:refresh --step=1