interactivesolutions / honeycomb-cms
主要HoneyComb包,用于安装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
主要HoneyComb包,用于安装CMS的所有核心功能
安装
首先通过Composer安装此包。
{ "require": { "interactivesolutions/honeycomb-cms": "*" } }
或者
composer require interactivesolutions/honeycomb-cms
Laravel安装
首先通过打开config/app.php
来注册服务提供者和Facade
interactivesolutions\honeycombcms\app\providers\HCCMSServiceProvider::class,
运行命令以删除默认的Laravel项目文件并创建HoneyComb CMS准备结构
php artisan hc:new-project
导出Composer
composer dump
最后运行最后一个命令以更新所有HoneyComb CMS环境。确保您已经填充了.env文件。此步骤需要数据库连接。
php artisan hc:update