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.
2 parents 1c11ec6 + 3505df4 commit e5f4598Copy full SHA for e5f4598
deployment/heroku.md
@@ -58,7 +58,11 @@ Create a new file named `Procfile` in the `api/` directory with the following co
58
web: vendor/bin/heroku-php-apache2 public/
59
```
60
61
-As Heroku doesn't support Varnish out of the box, let's remove it's integration:
+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:
66
67
```patch
68
# api/config/packages/api_platform.yaml
0 commit comments