I am new in Laravel development. I have updated Xampp to 7.3.11 on my Mac Mojave 10.14.6. In Laravel project when I hit php artisan migrate command I got following error.
I had the same problem and when I applied the following operations, the problem was solved.
php artisan key:generate php artisan cache:clear php artisan route:clear php artisan config:clear php artisan view:clear