Skip to content

fidels80/butterfly.cms

 
 

Repository files navigation

Butterfly.CMS

Innovative Content Management System based on Yii2 framework. And it's all.

P/s^ A little patience...😉

Yii2 Downloads Packagist Version Progress GitHub license

Requirements

* - actually in progress development

Installation

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 --create_db=y --migrations=y

Migrations

After set of environment and configure db connection, run the following commands in the console for apply migrations:

$ php yii admin/init
$ php yii options/init --choice=3
$ 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.

Status and version [in progress development]

  • v.1.1.0 - Added multi-language support (partially)
  • v.1.0.18 - Added yii2-media and yii2-forms modules. Update dependencies
  • v.1.0.17 - Added yii2-blog module. Update dependencies
  • v.1.0.16 - Update dependencies, added yii2-turbo, yii2-amp, yii2-search, yii2-rss, yii2-sitemap, yii2-widgets
  • v.1.0.15 - Added yii2-content module. Update dependencies

About

Butterfly.CMS on Yii 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.7%
  • Shell 3.8%
  • Batchfile 3.2%
  • CSS 2.3%