I've have the same issue in a shared hosting subdomain with SQLite enabled, and my solution has been modify this line in config/database.php
:
// 'database' => env('DB_DATABASE', database_path('database.sqlite')),
'database' => database_path('database.sqlite'),