Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
problem
when run laravel project it display SQLLITE3 required error?

I work on php laravel mvc project
windows 7 and php 7 or higher
my problem when run project laravel
and write php artisan serve
then laravel project started 127:0:0:1:8000
when i open link above it redirect to link below

http://127.0.0.1:8000/install/system-compatibility[^]
and php sqllite3 extension is required
every thing have green mark only sqllite3 is required with red mark

What I have tried:

i open php.ini on xamp and remove semicolon before extension=sqllite3
and stop and restart service xamp and nothing happen and still redirect to link above with error sqllite3 required
Posted
Updated 23-Mar-20 8:47am
Comments
Richard MacCutchan 23-Mar-20 5:22am    
Your code says you need sqlite3, so you need to add it to your system.
ZurdoDev 23-Mar-20 7:45am    
I am confused. You have an error that says you need sqllite. So, what do you want us to do?
ahmed_sa 23-Mar-20 13:29pm    
which tool need to install and what i do to solve this issue

1 solution

Note: Additional setup on Windows as of PHP 7.4.0
In order for this extension to work, there are DLL files that must be available to the Windows system PATH. For information on how to do this, see the FAQ entitled "How do I add my PHP directory to the PATH on Windows[^]". … This extension requires the following files to be in the PATH: libsqlite3.dll.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900