-
Hi I have sqlite3 enabled as php extension, php 8.2 is installed when I tried to access my local https://myapp.test environment after I clicked on login and submitted the login form I got this screen where I notice that sqlite driver is missing. Prior to running this in Win11 with Laragon, I had this same project setup with wsl2 instance that has ubuntu22 installed and there I did not run into same issue with sqlite. Now that I've moved to project to win11 and using laragon, I'm trying to get past this issue. Greatfull if someone can help me get this solved. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
And I've solved it. I'll leave this thread for the future. On windows I had to enable pdo_sqlite extension as well, easily done with Laragon. Thank you :) |
Beta Was this translation helpful? Give feedback.
-
hello, can u explain how to do it? tia |
Beta Was this translation helpful? Give feedback.
-
I want to use mysql instead of sqlite. When I quick add laravel project it gives me error of could not find driver.. I want to add mysql as default db whenever i create new project. please help me in this regard |
Beta Was this translation helpful? Give feedback.
It's the pdo_sqlite extension, higher than sqlite3. Laravel uses the PDO version of extensions.
Laragon menu > PHP > Extensions > tick pdo_sqlite