- Users (roles, registration, basic and social authorization)
- Files (upload, crop, gallery)
- Geo (countries, regions, cities)
- Tags
- Settings
Screenshots: User List, User Form
php requirements.php
-
Create project
composer global require "fxp/composer-asset-plugin:1.0.0-beta4" composer create-project --prefer-dist --stability=dev rkit/bootstrap2 -
Create a new database and local config
php yii create-local-config/initSee in config/local/config.php
-
Run
npm install gulp php yii migrate --migrationPath=@yii/log/migrations/ php yii migrate --migrationPath=@yii/rbac/migrations/ php yii migrate/up php yii rbac/init
Authentication in control panel:
username: editor
password: fghfgh
SetEnv APPLICATION_ENV "development"
gulp --debug
gulp --sync