Yii 2 Advanced Application Template with Fixed Bower
Let you use pure Composer to install or update Yii2 smoothly, no Bower issue anymore.
This template is Fixed Bower version of Yii 2 advanced application, which required yidas/yii2-bower-asset for updating composer with Bower asset.
In this template, Bower packages are fixed for current version relating to Yii2 core, so you need to manually update Bower-Asset when needed.
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project --prefer-dist yidas/yii2-app-advanced
Also, you can make a minimal installation without development tool:
composer create-project --prefer-dist --no-dev yidas/yii2-app-advanced
With --no-dev project, set to prod-env or remove the debug & gii usage from
config/web.php
to prevent error.
Download yii2-app-advanced-2.0.12 Archive
Extract the downloaded file to a Web-accessible folder, which includes vendor already.
Please refer to Yii 2 Advanced Project Template Document