2017 © Pedro Peláez
 

project yii2-app-lite

Yii 2 Lite Application Template with Bower vendor

image

yidas/yii2-app-lite

Yii 2 Lite Application Template with Bower vendor

  • Wednesday, June 28, 2017
  • by yidas
  • Repository
  • 1 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

Yii 2 Lite Application Template

Yii 2 Light Application Template without Bower., (*1)

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

No Bower needed, less packages included, CDN Asset for View-Templates, let you start-up freely and refreshingly., (*3)


INTRODUCTION

This template is a lite version of Yii 2 template, which works without Bower on --no-dev environment. Following by yidas/yii2-app-basic, this package uses CDN Asset View-Templates, but includes fixed Bower just for Yii2 Debug and Gii tool only,, (*4)


INSTALLATION

Install via Composer

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

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

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

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

composer create-project --prefer-dist --no-dev yidas/yii2-app-lite

With --no-dev project, set to prod-env or remove the debug & gii usage from config/web.php to prevent error., (*8)


Install from an Archive File

Download yii2-app-lite-2.0.12 Archive, (*9)

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

  2. Modify the config/web.php file by entering a secret key for the cookieValidationKey configuration item:, (*11)

    'request' => [
      // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
      'cookieValidationKey' => '<secret random string goes here>',
    ],
    
  3. Check and modify the permission of runtime and web/assets folders to 777 if needed.

DOCUMENTATION

Please refer to Yii 2 Basic Project Template Document, (*12)

The Versions

28/06 2017

dev-master

9999999-dev http://www.yiiframework.com/

Yii 2 Lite Application Template with Bower vendor

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template bower lite

23/06 2017

2.0.12

2.0.12.0 http://www.yiiframework.com/

Yii 2 Lite Application Template with Bower vendor

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template bower lite