Commit 8c7d0aeb by Alexander Makarov

Added note about the fact that PHP SSL extension is required to install all Composer dependencies

parent 7f4e02cb
...@@ -74,6 +74,8 @@ You can then install the application using the following command: ...@@ -74,6 +74,8 @@ You can then install the application using the following command:
php composer.phar create-project --stability=dev yiisoft/yii2-app-advanced yii-advanced php composer.phar create-project --stability=dev yiisoft/yii2-app-advanced yii-advanced
~~~ ~~~
Note that in order to install some dependencies you must have `php_openssl` extension enabled.
### Install from an Archive File ### Install from an Archive File
......
...@@ -56,6 +56,8 @@ php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basi ...@@ -56,6 +56,8 @@ php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basi
Now you should be able to access the application using the URL `http://localhost/yii-basic/web/`, Now you should be able to access the application using the URL `http://localhost/yii-basic/web/`,
assuming `yii-basic` is directly under the document root of your Web server. assuming `yii-basic` is directly under the document root of your Web server.
Note that in order to install some dependencies you must have `php_openssl` extension enabled.
### Install from an Archive File ### Install from an Archive File
......
...@@ -54,3 +54,5 @@ http://localhost/yii-benchmark/index.php/site/hello ...@@ -54,3 +54,5 @@ http://localhost/yii-benchmark/index.php/site/hello
In the above, we assume `yii-benchmark` is directly under the document root of your Web server. In the above, we assume `yii-benchmark` is directly under the document root of your Web server.
Note that in order to install some dependencies you must have `php_openssl` extension enabled.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment