Innovative Content Management System based on Yii2 framework. And it's all.
P/s^ A little patience...😉
- PHP 5.6 or higher
- Yii2 v.2.0.20 and newest
- Yii2 Base
- Yii2 Admin
- Yii2 Activity
- Yii2 API
- Yii2 Bookmarks
- Yii2 Comments
- Yii2 Forms
- Yii2 Geo
- Yii2 Likes
- Yii2 Messages
- Yii2 Mailer
- Yii2 News
- Yii2 Options
- Yii2 Redirects
- Yii2 Rbac
- Yii2 Reposts
- Yii2 Reviews
- Yii2 Pages
- Yii2 Services
- Yii2 Stats
- Yii2 Tasks
- Yii2 Tickets
- Yii2 Terminal
- Yii2 Users
- Yii2 Views
- Yii2 Votes
To install the app, run the following command`s in the console:
$ composer create-project --prefer-dist wdmg/butterfly.cms example.com
$ cd example.com
$ php init
...or use automatic mode:
$ php init --env=development --overwrite=y --dbhost=localhost --dbtype=mysql --dbcharset=utf8 --dbname=example --tbprefix=btf_ --dbuser=root --dbpassword=root --migrations=y
After set of environment and configure db connection, run the following commands in the console for apply migrations:
$ php yii admin/init
$ php yii users/init --choice=3
$ php yii rbac/init --choice=2
After apply all migrations you may login to dashboard:
http://example.com/admin/ with username admin
and password admin
.
- v.1.0.7 - Update dependencies
- v.1.0.6 - Update dependencies and fix config, init script
- v.1.0.5 - Update README.md and fix base routing,
tablePrefix
in init script - v.1.0.4 - Added run migration's and table's prefix for init