Skip to content

Commit

Permalink
add sqlite options
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 16, 2024
1 parent 4ef5e2f commit 2897a49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
'busy_timeout' => null,
'journal_mode' => null,
'synchronous' => null,
],

'mysql' => [
Expand Down

0 comments on commit 2897a49

Please sign in to comment.