rkit / bootstrap-yii2

Bootstrap for Yii2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap for Yii2

License:MIT License


Languages

Language:PHP 94.5%Language:CSS 2.9%Language:JavaScript 2.1%Language:Batchfile 0.4%