Started working with Fedora again… installed laravel. It could not find pdo mysql driver.
Fedora:
sudo dnf install php-mysqlnd
Debian:
sudo apt-get install php7.0-mysql
Started working with Fedora again… installed laravel. It could not find pdo mysql driver.
Fedora:
sudo dnf install php-mysqlnd
Debian:
sudo apt-get install php7.0-mysql