Skip to content

rkit/bootstrap-yii2

Repository files navigation

Bootstrap for Yii2

Build Status Scrutinizer Code Quality

Features

Soft

  • PHP 7.1.10
  • Node 8 + NPM 5
  • Composer

Installation

  1. Cloning a repository

    git clone https://github.com/rkit/bootstrap-yii2.git
    cd bootstrap-yii2
  2. Copy .env.dist to .env and specify settings

  3. Creating a project

    composer create-project
    
    # or if using Docker:
    docker-compose up -d
    docker-compose exec php composer create-project

Access to the Control Panel

email: editor@example.com
password: fghfgh

Development configuration

For enable debug mode, add to nginx config:

fastcgi_param APPLICATION_ENV development;

Tests

See docs

Coding Standard