Testing: class 'SQLite3' not found - CodeIgniter
So your using sqlite great choice, so i am. This is how I got mine working . I put a file called "Art" which IS an sqlite db but didn't bother with siffix like .db I put it in public directory (bad i know) then in .env i put these lines : #database.default.hostname = localhost database.default.database = "Art" database.default.username = ""