https://github.com/rkit/bootstrap-yii2
Bootstrap for Yii2
https://github.com/rkit/bootstrap-yii2
bootstrap yii2
Last synced: 6 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T11:17:58.000Z (almost 8 years ago)
- Last Synced: 2024-11-27T04:30:49.489Z (over 1 year 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
[](https://travis-ci.org/rkit/bootstrap-yii2)
[](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: editor@example.com
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))