MohammadAbusaleh's avatar

Migration sqlite Won't Work on Laravel 5.2

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.

0 likes
2 replies
bugsysha's avatar
Level 61

You are missing sqlite driver for PHP.

If using Ubuntu Linux then:

apt-get install php5-sqlite
2 likes

Please or to participate in this conversation.