php - Laravel on Raspberry Pi : PDOException could not find driver -
i've installed laravel on raspberry pi 2 using php 5.6.13 (raspbian os). has worked until attempted migration php artisan migrate
. resulted in error [pdoexception] not find driver
.
i haven't been able figure out i'm missing. i've installed php5-mysql
module using apt. i've set extension_dir
in php.ini
extension=pdo_mysql.so
.
i know can use homestead prefer understand missing in current set up, please refrain suggesting homestead.
does have idea missing? it's driving me crazy!
Comments
Post a Comment