codex/blog

Codex Addon - Provides blogging capability with categories containing posts

dev-master / 2.1.x-dev 2019-04-27 07:24 UTC

This package is auto-updated.

Last update: 2024-03-26 21:46:59 UTC


README

title subtitle
Blog Addons

Blog Addon

Generates a blog.xml

Installation

composer require codex/blog
php artisan codex:addons:enable codex/blog
php artisan vendor:publish --provider="Codex\Blog\BlogAddonServiceProvider"

Configuration

config/codex-blog.php

[
    'output_path' => public_path('blog.xml'),
]

Copyright/License

Copyright 2019 Robin Radic - MIT Licensed