此包已被弃用且不再维护。没有建议的替代包。
此包最新版本(0.4.1)没有提供许可信息。

Soda 框架:博客

0.4.1 2018-07-24 02:44 UTC

README

用甜美的博客升级您的CMS!

安装

使用 Composer 轻松安装

1. 需要 Soda 博客

cd app-name

composer require soda-framework/blog

2. 集成到 Laravel 中

将包添加到 /config/app.php 中的 providers

'providers' => [
    Soda\Blog\SodaBlogServiceProvider::class,
]

3. 安装您的博客

php artisan soda:blog:install

4. 创建您的博客

  1. 运行 php artisan soda:blog:create
  2. 选择您的应用
  3. 为您的博客命名
  4. 输入您的博客的 slug(默认:/blog
  5. 启用/禁用您博客的 RSS