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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -