Categories
Php

PHP

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
Categories
Php

php debugging

for debugging php programs
1. get into the php.ini file
2. set log_errors = On
3, fedora: restart php-fpm