Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkit/bootstrap-yii2
Bootstrap for Yii2
https://github.com/rkit/bootstrap-yii2
bootstrap yii2
Last synced: 3 months ago
JSON representation
Bootstrap for Yii2
- Host: GitHub
- URL: https://github.com/rkit/bootstrap-yii2
- Owner: rkit
- License: mit
- Created: 2015-01-01T11:41:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T11:17:58.000Z (over 6 years ago)
- Last Synced: 2024-07-15T19:00:58.302Z (4 months ago)
- Topics: bootstrap, yii2
- Language: PHP
- Homepage:
- Size: 1.3 MB
- Stars: 9
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bootstrap for Yii2
[![Build Status](https://travis-ci.org/rkit/bootstrap-yii2.svg?branch=master)](https://travis-ci.org/rkit/bootstrap-yii2)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rkit/bootstrap-yii2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rkit/bootstrap-yii2/?branch=master)## Features
- Users, Roles, Registration, Basic and social authorization
- [Settings](https://github.com/rkit/settings-yii2)
- [File Manager](https://github.com/rkit/filemanager-yii2)## Soft
- PHP 7.1.10
- Node 8 + NPM 5
- Composer## Installation
1. Cloning a repository
```sh
git clone https://github.com/rkit/bootstrap-yii2.git
cd bootstrap-yii2
```2. Copy [.env.dist](./.env.dist) to `.env` and specify settings
3. Creating a project
```sh
composer create-project# or if using Docker:
docker-compose up -d
docker-compose exec php composer create-project
```Access to the Control Panel
```sh
email: [email protected]
password: fghfgh
```## Development configuration
For enable **debug mode**, add to nginx config:
```nginx
fastcgi_param APPLICATION_ENV development;
```## Tests
[See docs](/tests/#tests)
## Coding Standard
- PHP Code Sniffer ([phpcs.xml](./phpcs.xml))
- ESLint ([.eslintrc](./.eslintrc))