Replace storage_path with database_path helper
@@ -48,7 +48,7 @@ return [
'sqlite' => [
'driver' => 'sqlite',
- 'database' => storage_path('database.sqlite'),
+ 'database' => database_path('database.sqlite'),
'prefix' => '',
],