Skip to content

Commit 3f3d33b

Browse files
authored
Nginx and Php-fpm with Laravel on Docker
Running php-fpm and nginx processes in the same container with Laravel (mysql, mariadb, sqlite).
1 parent 1120fd0 commit 3f3d33b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ docker compose ps
2222
docker exec -it app_host bash
2323
docker exec -it mysql_host bash
2424
```
25+
26+
## Laravel project directory
27+
28+
```sh
29+
# Remove webapp dir and create new Laravel app
30+
composer create-project laravel/laravel webapp
31+
32+
# Or copy your Laravel project files to
33+
webapp
34+
```

0 commit comments

Comments
 (0)