rkit/bootstrap-yii2

Bootstrap for Yii2

dev-master 2018-06-26 11:16 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:11:11 UTC


README

Build Status Scrutinizer Code Quality

功能

软件

  • PHP 7.1.10
  • Node 8 + NPM 5
  • Composer

安装

  1. 克隆仓库

    git clone https://github.com/rkit/bootstrap-yii2.git
    cd bootstrap-yii2
  2. .env.dist 复制到 .env 并指定设置

  3. 创建项目

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

访问控制面板

email: editor@example.com
password: fghfgh

开发配置

要启用 调试模式,请添加到 nginx 配置文件

fastcgi_param APPLICATION_ENV development;

测试

查看文档

编码标准