soda-framework / blog
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
0.4.1
2018-07-24 02:44 UTC
Requires
- facebook/facebook-instant-articles-sdk-php: ^1.7
- rutorika/sortable: 4.2.*
- soda-framework/cms: ^0.10
This package is not auto-updated.
Last update: 2022-03-15 05:54:52 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
- run
php artisan soda:blog:create
- Select your application
- Give your blog a name
- Enter a slug for your blog (deafult:
/blog
) - Enable/Disable RSS for your blog