I think you should update your composer.json file
"autoload": {
"classmap": [
"app/database/" // PATH TO YOUR MIGRATIONS FOLDER
],
}
Then after run three command
php artisan clear-compiled
composer dump-autoload
php artisan optimize
Hope it's work for you !