Search by

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.4.1) of this package.

Soda Framework: Blog

Package info

github.com/soda-framework/blog

pkg:composer/soda-framework/blog

Statistics

Installs: 801

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

0.4.1 2018-07-24 02:44 UTC

README

Top up your CMS with a sweet blog!

Installation

Install easily using Composer

1. Require Soda Blog

cd app-name

composer require soda-framework/blog

2. Integrate into Laravel

Add package to providers in /config/app.php

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

3. Install your blog

php artisan soda:blog:install

4. Create your blog

  1. run php artisan soda:blog:create
  2. Select your application
  3. Give your blog a name
  4. Enter a slug for your blog (deafult: /blog)
  5. Enable/Disable RSS for your blog