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
- Host: GitHub
- URL: https://github.com/interactivesolutions/honeycomb-cms
- Owner: interactivesolutions
- License: mit
- Created: 2017-03-08T11:07:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T10:11:45.000Z (over 8 years ago)
- Last Synced: 2025-01-19T04:27:17.816Z (over 1 year ago)
- Topics: cms, honeycomb, honeycomb-cms, laravel-cms
- Language: PHP
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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