Skip to content

Commit cc81e57

Browse files
michaelradionovbestlong
authored andcommitted
FIX PHP YAML extension laradock#1798 (laradock#1888)
* FIX PHP YAML extension laradock#1798 * changed parameter name
1 parent 5c41a4f commit cc81e57

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DOCUMENTATION/content/documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ YAML PHP extension allows you to easily parse and create YAML structured data. I
16071607

16081608
1 - Open the `.env` file
16091609
<br>
1610-
2 - Search for the `INSTALL_YAML` argument under the PHP-FPM container
1610+
2 - Search for the `PHP_FPM_INSTALL_YAML` argument under the PHP-FPM container
16111611
<br>
16121612
3 - Set it to `true`
16131613
<br>

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ services:
156156
- INSTALL_CALENDAR=${PHP_FPM_INSTALL_CALENDAR}
157157
- INSTALL_FAKETIME=${PHP_FPM_INSTALL_FAKETIME}
158158
- INSTALL_IONCUBE=${PHP_FPM_INSTALL_IONCUBE}
159-
- INSTALL_YAML=${INSTALL_YAML}
159+
- INSTALL_YAML=${PHP_FPM_INSTALL_YAML}
160160
volumes:
161161
- ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
162162
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}

env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ PHP_FPM_INSTALL_CALENDAR=false
162162
PHP_FPM_INSTALL_FAKETIME=false
163163
PHP_FPM_INSTALL_IONCUBE=false
164164
PHP_FPM_FAKETIME=-0
165-
INSTALL_YAML=false
165+
PHP_FPM_INSTALL_YAML=false
166166

167167
### PHP_WORKER ############################################
168168

0 commit comments

Comments
 (0)