Skip to content

Blog Addon - Provides blogging capability with categories containing posts

License

Notifications You must be signed in to change notification settings

codex-project/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blog Addon - Provides blogging capability with categories containing posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages