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

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -