Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 309 Bytes

###Basic cms Project

Basic repository for most YII2 CMS based projects

Installation:

php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
php composer.phar install
php init

now create database and fill in main-local.php with right details

./yii migrate

That is all