interactivesolutions / honeycomb-cms
Main HoneyComb package to install all core functionality of the CMS
v1.1.0
2017-10-25 10:11 UTC
Requires
- php: >=7.1
- interactivesolutions/honeycomb-acl: ^1.1.0
- interactivesolutions/honeycomb-apps: ^1.1.0
- interactivesolutions/honeycomb-core: ^1.1.0
- interactivesolutions/honeycomb-core-ui: ^1.1.0
- interactivesolutions/honeycomb-galleries: ^1.1.0
- interactivesolutions/honeycomb-languages: ^1.1.0
- interactivesolutions/honeycomb-menu: ^1.1.0
- interactivesolutions/honeycomb-pages: ^1.1.0
- interactivesolutions/honeycomb-regions: ^1.1.0
- interactivesolutions/honeycomb-resources: ^1.1.0
- interactivesolutions/honeycomb-scripts: ^1.1.0
- interactivesolutions/honeycomb-slugs: ^1.1.0
- interactivesolutions/honeycomb-translations: ^1.1.0
- interactivesolutions/honeycomb-url-shortener: ^1.1.0
- laravel/framework: ^5.5
Requires (Dev)
- brianium/paratest: ^1.0
- mockery/mockery: ^1.0
- orchestra/testbench-browser-kit: ^3.5
- phpunit/phpunit: ^6.4
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