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.
1 parent 71c2b19 commit fe29aa1Copy full SHA for fe29aa1
readme.md
@@ -39,7 +39,14 @@ git clone "https://github.com/githubjeka/yii2-tutorial"
39
cd yii2-tutorial
40
php -S localhost:8888
41
```
42
-и перейдите по адресу [http://localhost:8888/scripts/](http://localhost:8888/scripts/)
+
43
+не закрывая терминал, перейдите по адресу [http://localhost:8888/scripts/](http://localhost:8888/scripts/).
44
+Если страница не доступна, то возможно порт 8888 занят каким-нибудь процессом. Попробуйте другой порт, например 9000
45
46
+```
47
+php -S localhost:9000
48
49
+не закрывая терминал, перейдите по адресу [http://localhost:9000/scripts/](http://localhost:8888/scripts/).
50
51
### Как обновить руководство до актуального состояния?
52
0 commit comments