I am trying to install Laravel. I have installed Xampp, but when I try to setup my database using php artisan migrateI get the error:
Xampp
php artisan migrate
Make sure that you've installed php-mysql, the pdo needs php-mysql to operate properly. If not you could simply type
sudo apt install php-mysql