I have installed SQLite3, php7.4-sqlite3, php8.2-squlite3, php8.3-squlite3, php8.4-squlite3
I have enabled extension=sqlite3 and extension=pdo_sqlite
I can’t get 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.