Skip to content

Commit e5f4598

Browse files
authored
Merge pull request #686 from younesdiouri/patch-1
Update heroku.md
2 parents 1c11ec6 + 3505df4 commit e5f4598

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deployment/heroku.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ Create a new file named `Procfile` in the `api/` directory with the following co
5858
web: vendor/bin/heroku-php-apache2 public/
5959
```
6060
61-
As Heroku doesn't support Varnish out of the box, let's remove it's integration:
61+
Be sure to add the Apache Pack in your dependencies:
62+
63+
composer require symfony/apache-pack
64+
65+
As Heroku doesn't support Varnish out of the box, let's disable its integration:
6266
6367
```patch
6468
# api/config/packages/api_platform.yaml

0 commit comments

Comments
 (0)