2017 © Pedro Peláez
 

project bootstrap-yii2

Bootstrap for Yii2

image

rkit/bootstrap-yii2

Bootstrap for Yii2

  • Tuesday, June 26, 2018
  • by rkit
  • Repository
  • 4 Watchers
  • 9 Stars
  • 72 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Bootstrap for Yii2

Build Status Scrutinizer Code Quality, (*1)

Features

Soft

  • PHP 7.1.10
  • Node 8 + NPM 5
  • Composer

Installation

  1. Cloning a repository, (*2)

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

  3. Creating a project, (*4)

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

Access to the Control Panel, (*5)

email: editor@example.com
password: fghfgh

Development configuration

For enable debug mode, add to nginx config:, (*6)

fastcgi_param APPLICATION_ENV development;

Tests

See docs, (*7)

Coding Standard

The Versions