An open API service indexing awesome lists of open source software.

https://github.com/interactivesolutions/honeycomb-cms

Main HoneyComb package to install all core functionality of the CMS
https://github.com/interactivesolutions/honeycomb-cms

cms honeycomb honeycomb-cms laravel-cms

Last synced: 6 months ago
JSON representation

Main HoneyComb package to install all core functionality of the CMS

Awesome Lists containing this project

README

          

# honeycomb-cms
Main HoneyComb package to install all core functionality of the CMS

## Installation

Begin by installing this package through Composer.

```js
{
"require": {
"interactivesolutions/honeycomb-cms": "*"
}
}
```
or
```js
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