Skip to content

Commit e9c1d37

Browse files
committed
Fix docs
1 parent 8632fc3 commit e9c1d37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

DOCKER-SAIL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ docker run --rm \
3434
php artisan sail:install
3535
```
3636

37+
By default the command above will set in the `.env`:
38+
39+
```bash
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`.
44+
45+
```bash
46+
DB_CONNECTION=sqlite
47+
```
48+
3749
# Start sail
3850

3951
```bash

0 commit comments

Comments
 (0)