LoginSignup
0
0

More than 5 years have passed since last update.

yii2 tutorials

Posted at

Installation|インストール

yii2 has two app templates, Basic and Advanced, the differences is as shown below,
yiiは二つのテンプレートがあります。basicとAdvanced、
image
I want a back-end so I chose Advacned.
バクエンドがほしいですからAdvacnedを選んだ。
To install Yii via composer(Archive file download [Advanced]
Yiiをインストールために、次のコマンドを実行します。

php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"
php composer.phar create-project yiisoft/yii2-app-advanced advanced 2.0.8
cd advanced
php init

Finally configure the local enviroment, set host.com to front-end/web.
最後はローカル環境を設定し、ホスト名のパスを front-end/webにセットします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0