Skip to content

Commit 09f3333

Browse files
rw4llldvdksn
andauthored
Update content/guides/frameworks/laravel/development-setup.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 5f5c0c3 commit 09f3333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/frameworks/laravel/development-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ volumes:
330330
To start the development environment, use:
331331

332332
```console
333-
$ docker compose -f compose.yaml up --build -d
333+
$ docker compose up --build -d
334334
```
335335

336336
This command will build and start all the required services, including PHP, Nginx, and the PostgreSQL database. You can now access your Laravel application at `http://localhost/`.

0 commit comments

Comments
 (0)