You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,7 @@
10
10
11
11
------
12
12
13
-
> This package is a work-in-progress, therefore you should not use it in production - and **always** backup your database before requiring it through Composer.
> This package is a **work-in-progress**, therefore you should not use it in production - and **always** backup your database before requiring it through Composer.
17
14
18
15
This package provides a simple way to optimize your SQLite database in Laravel; it's a good starting point for production-ready SQLite databases. At the time of this writing,
19
16
it applies the following settings:
@@ -36,8 +33,8 @@ it applies the following settings:
36
33
```
37
34
38
35
The settings are applied in two ways:
39
-
-[Migration] - Applied via migration.
40
-
-[Runtime] - Applied at runtime, via service provider.
36
+
-**[Migration Stub](https://github.com/nunomaduro/laravel-optimize-database/blob/main/database/migrations/optimize_database_settings.php.stub)** - Applied via migration.
37
+
-**[Runtime Configuration](https://github.com/nunomaduro/laravel-optimize-database/blob/main/src/OptimizeDatabaseServiceProvider.php)** - Applied at runtime, via service provider.
0 commit comments