rkit / bootstrap-yii2
Bootstrap for Yii2
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 8
Open Issues: 0
Type:project
Requires
- php: >=7.1.0
- bower-asset/bootstrap: ^3.3.4
- creocoder/yii2-flysystem: ^0.8.1
- intervention/image: ^2.3
- kartik-v/yii2-field-range: ^1.3.2
- kartik-v/yii2-sortable: ^1.2.0
- kartik-v/yii2-widget-datepicker: ^1.3.2
- kartik-v/yii2-widget-datetimepicker: ^1.4.0
- kartik-v/yii2-widget-select2: ^1.0.1
- rkit/fileapi-widget-yii2: ^1.0.0
- rkit/filemanager-yii2: ^4.1.0
- rkit/settings-yii2: ^1.0.3
- rkit/yii2-ajaxform-plugin: ^0.0.4
- vova07/yii2-imperavi-widget: ^1.2.2
- yii2tech/sitemap: ^1.0
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-authclient: ^2.1.0
- yiisoft/yii2-bootstrap: ^2.0.4
- yiisoft/yii2-debug: ^2.0.4
- yiisoft/yii2-jui: ^2.0.4
- yiisoft/yii2-swiftmailer: ^2.0.4
Requires (Dev)
- codeception/codeception: ^2.2.6
- codeception/specify: ~0.4.3
- codeception/verify: ~0.3.1
- squizlabs/php_codesniffer: ^3.0.0
- yiisoft/yii2-faker: ^2.0.3
- yiisoft/yii2-gii: ^2.0.4
This package is not auto-updated.
Last update: 2024-11-09 17:50:52 UTC
README
Features
- Users, Roles, Registration, Basic and social authorization
- Settings
- File Manager
Soft
- PHP 7.1.10
- Node 8 + NPM 5
- Composer
Installation
-
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: editor@example.com password: fghfgh
Development configuration
For enable debug mode, add to nginx config:
fastcgi_param APPLICATION_ENV development;