Answer the question
In order to leave comments, you need to log in
What is the structure of yii2 application?
In the console I executed (windows):
php composer.phar global require "fxp/composer-asset-plugin:1.0.0-beta2"
, the advanced application has been created. <IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^admin$ /advanced/backend/web/ [L,PT]
RewriteRule ^admin/(.*)?$ /advanced/backend/web/$1 [L,PT]
RewriteRule ^([^/].*)?$ /advanced/frontend/web/$1
</IfModule>
Answer the question
In order to leave comments, you need to log in
In yii2 & composer a complete layman.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question