May 13, 2018
3
Level 1
could not find driver
I have uploaded and installed my Laravel app on a shared hosting. I was able to install composer, run artisan commands and the website does run (front/client files are showing)
my problem is when I try to run php artisan migrate I get this error -
In Connection.php line 664:
could not find driver (SQL: select * from information_schema.tables where table_schema = DBNAME and table_name = migrations)
In Connector.php line 67:
could not find driver
- pdo_mysql extension is installed on the server.
Please or to participate in this conversation.