2017 © Pedro Peláez
 

project yii2-app-basic

Yii 2 Basic Project Template; customized by AS infotrack AG

image

asinfotrack/yii2-app-basic

Yii 2 Basic Project Template; customized by AS infotrack AG

  • Sunday, December 10, 2017
  • by asinfotrack
  • Repository
  • 2 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 577 Forks
  • 0 Open issues
  • 14 Versions
  • 4 % Grown

The README.md

Yii 2 Basic Project Template customized by AS infotrack AG

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0., (*1)

INSTALLATION

Install via Composer

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

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

php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
php composer.phar create-project --prefer-dist --stability=dev asinfotrack/yii2-app-basic your-folder-name dev-master

or if you have composer and php on the path-variable, (*4)

composer global require "fxp/composer-asset-plugin:^1.2.0"
composer create-project --prefer-dist --stability=dev asinfotrack/yii2-app-basic your-folder-name dev-master

Now you should be able to access the application through the following URL, assuming basic is the directory directly under the Web root., (*5)

http://localhost/basic/web/

Install NPM, its modules and create first grunt-build

Assert npm is properly installed and on your path-variable and execute the following command:, (*6)

npm install

After all modules are installed, you can create first grunt build:, (*7)

grunt build

After that you can use the console with only grunt which will start listening for relevant file changes., (*8)

Set cookie validation key in config/web.php file to some random secret string:, (*9)

'request' => [
    'cookieValidationKey' => '<secret random string goes here>',
],

You can then access the application through the following URL:, (*10)

http://localhost/basic/web/

CONFIGURATION

Database

Edit the file config/db.php and enter db-credentials of local- and production-server., (*11)

Users

Add users to config/params.php to enable user control. Later replace this with db users., (*12)

App name

Update the app name in config/web.php to the actual app name., (*13)

The Versions

11/07 2016

2.0.9

2.0.9.0 http://www.yiiframework.com/

Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template basic

28/04 2016

2.0.8

2.0.8.0 http://www.yiiframework.com/

Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template basic

14/02 2016

2.0.7

2.0.7.0 http://www.yiiframework.com/

Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template basic

06/08 2015

2.0.6

2.0.6.0 http://www.yiiframework.com/

Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template basic

11/05 2015

2.0.4

2.0.4.0 http://www.yiiframework.com/

Yii 2 Basic Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework yii2 project template basic

01/03 2015

2.0.3

2.0.3.0 http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework application template yii2 basic

11/01 2015

2.0.2

2.0.2.0 http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework application template yii2 basic

07/12 2014

2.0.1

2.0.1.0 http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework application template yii2 basic

12/10 2014

2.0.0

2.0.0.0 http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework application template yii2 basic

28/09 2014

2.0.0-rc

2.0.0.0-RC http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework application template yii2 basic

13/04 2014

2.0.0-beta

2.0.0.0-beta http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework application template yii2 basic

01/12 2013

2.0.0-alpha

2.0.0.0-alpha http://www.yiiframework.com/

Yii 2 Basic Application Template

  Sources   Download

BSD-3-Clause

The Requires

 

framework application template yii basic