interactivesolutions/honeycomb-cms

This package is abandoned and no longer maintained. No replacement package was suggested.

Main HoneyComb package to install all core functionality of the CMS

Maintainers

Package info

github.com/interactivesolutions/honeycomb-cms

pkg:composer/interactivesolutions/honeycomb-cms

Statistics

Installs: 765

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.1.0 2017-10-25 10:11 UTC

README

Main HoneyComb package to install all core functionality of the CMS

Installation

Begin by installing this package through Composer.

	{
	    "require": {
	        "interactivesolutions/honeycomb-cms": "*"
	    }
	}

or

    composer require interactivesolutions/honeycomb-cms

Laravel installation

Firstly register the service provider and Facade by opening config/app.php

interactivesolutions\honeycombcms\app\providers\HCCMSServiceProvider::class,

Run command for deleting default laravel project files and creating HoneyComb CMS ready structure

php artisan hc:new-project

Dump the composer

composer dump

Finally run last command to update all of the HoneyComb CMS environment. Make sure you have .env file filled. This step requires database connection.

php artisan hc:update