We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c1d37 commit edb53daCopy full SHA for edb53da
DOCKER-SAIL.md
@@ -40,10 +40,14 @@ By default the command above will set in the `.env`:
40
DB_CONNECTION=mysql
41
```
42
43
-For the sake of simplicity, we will use SQLite. So, we need to change the `DB_CONNECTION` to `sqlite`.
+For the sake of simplicity, we will use SQLite. So, we need:
44
+
45
+1. To change the `DB_CONNECTION` to `sqlite`.
46
+2. Uncomment the `DB_DATABASE` path.
47
48
```bash
49
DB_CONNECTION=sqlite
50
+DB_DATABASE=/var/www/html/database/database.sqlite
51
52
53
# Start sail
0 commit comments