2017 © Pedro Peláez
 

project yii2-app-advanced

Yii 2 Advanced Project Template with Fixed Bower

image

yidas/yii2-app-advanced

Yii 2 Advanced Project Template with Fixed Bower

  • Saturday, November 4, 2017
  • by yidas
  • Repository
  • 1 Watchers
  • 3 Stars
  • 93 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1006 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

, (*1)

Yii 2 Advanced Project Template


Yii 2 Advanced Application Template with Fixed Bower, (*2)

Latest Stable Version Latest Unstable Version License, (*3)

Let you use pure Composer to install or update Yii2 smoothly, no Bower issue anymore., (*4)


INTRODUCTION

This template is Fixed Bower version of Yii 2 advanced application, which required yidas/yii2-bower-asset for updating composer with Bower asset., (*5)

In this template, Bower packages are fixed for current version relating to Yii2 core, so you need to manually update Bower-Asset when needed., (*6)


INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org., (*7)

You can then install this project template using the following command:, (*8)

composer create-project --prefer-dist yidas/yii2-app-advanced

Also, you can make a minimal installation without development tool:, (*9)

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., (*10)


Install from an Archive File

Download yii2-app-advanced-2.0.12 Archive, (*11)

Extract the downloaded file to a Web-accessible folder, which includes vendor already., (*12)


DOCUMENTATION

Please refer to Yii 2 Advanced Project Template Document, (*13)

The Versions