shoulderscms/blog
Composer 安装命令:
composer require shoulderscms/blog
包简介
README 文档
README
Currently a very early version of a Blog module for Shoulderscms
Getting Started
This is not production ready...so use at your own risk. This is a very early release.
- Follow the instructions on Shoulderscms/Shoulderscms first.
- Add the following to the require block in your composer.json file
"shoulderscms/blog": "dev-master"
- Do composer update in terminal
- Add the following to your
app/app.phpunder service providers:
'providers' => [ 'Shoulderscms\Blog\BlogServiceProvider', 'Fbf\LaravelCategories\LaravelCategoriesServiceProvider' ]
- Run package migrations by running the following in terminal:
php artisan migrate --package=shoulderscms/blog
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-01-24