Skip to content

Commit 1354bf2

Browse files
authored
Update heroku.md
Without composer symfony/apache-pack, you cannot access any route of your app in production.
1 parent 1c11ec6 commit 1354bf2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deployment/heroku.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ Create a new file named `Procfile` in the `api/` directory with the following co
5757
```yaml
5858
web: vendor/bin/heroku-php-apache2 public/
5959
```
60-
60+
Be sure to add the symfony/apache-pack in your dependencies :
61+
```php
62+
composer require symfony/apache-pack
63+
```
6164
As Heroku doesn't support Varnish out of the box, let's remove it's integration:
6265

6366
```patch

0 commit comments

Comments
 (0)