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
for debugging php programs
1. get into the php.ini file
2. set log_errors = On
3, fedora: restart php-fpm