I have installed SQLite3, php7.4-sqlite3, php8.2-sqlite3, php8.3-sqlite3, php8.4-sqlite3
I have enabled extension=sqlite3 and extension=pdo_sqlite
I’m having trouble getting my Laravel project to work.
I don´t want to use MariaDB. What I want is SQLITE.
Here is a post that has never been answered with the same problem
I forgot to say that you shouldn’t activate the extension manually, it’s done automatically when installing the packages. Maybe php is failing because it’s enabled twice.