Laravel – php artisan migrate, access denied for user'homestead'@'172.21.0.1'
when I ran php artisan migrate this results to (see screenshot below) enter image description here I tried doing composer dump-autoload -o php artisan cache:clear php artisan config:clear php artisan route:clear then tried php artisan migrate again but nothing happens.…