Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 7800d20

Browse files
committed
Update README.md
1 parent 3133c57 commit 7800d20

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* [Debugging with XDebug](#debugging-with-xdebug)
2121
* [Connecting to MySQL DB](#connecting-to-mysql-db)
2222
* [Accessing PHP and other config files](#accessing-php-and-other-config-files)
23+
* [Switch between PHP 5.6 and 7.0](#switch-between-php-56-and-70)
2324
* [Multiple Magento instances](#multiple-magento-instances)
2425
* [Reset environment](#reset-environment)
2526

@@ -167,11 +168,6 @@ bash m-switch-to-ee
167168
```
168169
:information_source: On Windows hosts (or when NFS mode is disabled in [config.yaml](etc/config.yaml.dist) explicitly) you will be asked to wait until code is uploaded to guest machine by PhpStorm (PhpStorm must be lunched). To continue the process press any key.
169170

170-
### Switch between PHP 5.6 and 7
171-
172-
Set "use_php7: 1" for PHP7 and "use_php7: 0" for PHP5.6 in [config.yaml](etc/config.yaml.dist).
173-
PHP version will be applied after "vagrant reload".
174-
175171
### Update Composer dependencies
176172

177173
Go to 'vagrant-magento' created earlier and run in command line:
@@ -223,6 +219,11 @@ Do not edit any symlinks using PhpStorm because it may break your installation.
223219

224220
After editing configs in IDE it is still required to restart related services manually.
225221

222+
### Switch between PHP 5.6 and 7.0
223+
224+
Set "use_php7: 1" for PHP7 and "use_php7: 0" for PHP5.6 in [config.yaml](etc/config.yaml.dist).
225+
PHP version will be applied after "vagrant reload".
226+
226227
### Multiple Magento instances
227228

228229
To install several Magento instances based on different code bases, just follow [Installation steps](#installation-steps) to initialize project in another directory on the host.
@@ -252,4 +253,4 @@ To reset PhpStorm project configuration, in addition to `-f` specify `-p` option
252253
bash init_project.sh -fp
253254
OR
254255
bash init_project.sh -fcp
255-
```
256+
```

0 commit comments

Comments
 (0)