interactivesolutions/honeycomb-cms

Main HoneyComb package to install all core functionality of the CMS

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