Download the PHP package wdmg/butterfly.cms without Composer

On this page you can find all versions of the php package wdmg/butterfly.cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package 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 admin/options/init --choice=3
$ php yii admin/users/init --choice=3
$ php yii admin/rbac/init --choice=2

Demo

You can also initialize the test site with demo data using the command:

$ php yii hello/demo

After apply all migrations you may login to dashboard: http://example.com/admin/ with username admin and password admin.

Docker

Run the script docker/docker-init.sh or use manual instruction:

Build containers:

    $ docker-compose -f docker/docker-compose.yml -p example build

Run containers:

    $ docker-compose -f docker/docker-compose.yml -p example up -d www db phpmyadmin

Stop services:

    $ docker-compose -f docker/docker-compose.yml -p example stop

Discussion

For questions, complaints and suggestions follow to Butterfly.CMS community

Status and version [ready to use]


All versions of butterfly.cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
yiisoft/yii2 Version ~2.0.47
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0
yiisoft/yii2-httpclient Version ~2.0
wdmg/yii2-admin Version ^1.4.6
wdmg/yii2-activity Version ^1.2.2
wdmg/yii2-amp Version ^1.1.0
wdmg/yii2-api Version ^2.0.1
wdmg/yii2-base Version ^1.4.1
wdmg/yii2-blog Version ^1.3.0
wdmg/yii2-options Version ^1.7.0
wdmg/yii2-guard Version ^1.3.0
wdmg/yii2-menu Version ^1.2.1
wdmg/yii2-mailer Version ^1.4.0
wdmg/yii2-terminal Version ^1.3.1
wdmg/yii2-redirects Version ^1.1.0
wdmg/yii2-stats Version ^1.3.0
wdmg/yii2-search Version ^2.0.0
wdmg/yii2-services Version ^2.0.0
wdmg/yii2-news Version ^2.0.1
wdmg/yii2-media Version ^2.0.1
wdmg/yii2-subscribers Version ^2.0.0
wdmg/yii2-newsletters Version ^2.0.0
wdmg/yii2-content Version ^1.2.0
wdmg/yii2-sitemap Version ^1.2.0
wdmg/yii2-pages Version ^1.3.0
wdmg/yii2-tasks Version ^1.2.0
wdmg/yii2-tickets Version ^1.2.0
wdmg/yii2-comments Version ^2.0.0
wdmg/yii2-users Version ^1.2.7
wdmg/yii2-rbac Version ^1.2.0
wdmg/yii2-robots Version ^1.1.0
wdmg/yii2-geo Version ^1.2.0
wdmg/yii2-rss Version ^1.1.0
wdmg/yii2-turbo Version ^1.1.0
wdmg/yii2-forms Version ^1.2.0
wdmg/yii2-translations Version ^1.3.1
wdmg/yii2-bookmarks Version ^1.0.0
wdmg/yii2-profiles Version ^1.1.0
wdmg/yii2-widgets Version ^1.1.0
wdmg/yii2-validators Version ^1.1.0
wdmg/yii2-helpers Version ^1.5.0
wdmg/yii2-views Version ^1.1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wdmg/butterfly.cms contains the following files

Loading the files please wait ....