Level 61
You are missing sqlite driver for PHP.
If using Ubuntu Linux then:
apt-get install php5-sqlite
2 likes
Hello
I'm new to the laravel framework and i'm trying to follow the Laravel 5 Fundamentals tutorial, so when i run php artisan migrate, it shows this error:
[PDOException]
could not find driver
I tried to put the database in storage, and i tried it in database directory, both didn't work.
Any help is appreciated.
You are missing sqlite driver for PHP.
If using Ubuntu Linux then:
apt-get install php5-sqlite
Please or to participate in this conversation.