- Users, Roles, Registration, Basic and social authorization
- Settings
- File Manager
- PHP 7.1.10
- Node 8 + NPM 5
- Composer
-
Cloning a repository
git clone https://github.com/rkit/bootstrap-yii2.git cd bootstrap-yii2
-
Copy .env.dist to
.env
and specify settings -
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: [email protected]
password: fghfgh
For enable debug mode, add to nginx config:
fastcgi_param APPLICATION_ENV development;