Not sure what I'm doing wrong but in my app/config/database.php file I've changed the default driver to sqlite.
First off I got this error.
SQLSTATE[HY000]: General error: 8 attempt to write a readonly database (SQL: create table "migrations" ("migration" varchar null, "batch" integer null)) (Bindings: array ( ))
So I made app/database/production.sqlite writable.
Now I get this error.
SQLSTATE[HY000]: General error: 14 unable to open database file (SQL: create table "migrations" ("migration" varchar null, "batch" integer null)) (Bindings: array ( ))
Anyone know why this would be?
app/storagewhich is already writeable?