laravel-blog maintained by sebastiaanluca
Description
A simple-to-use blog system you can pull into any existing Laravel project.
Author
Last update
2017/02/04 15:36
(dev-develop)
License
Downloads
81
Tags
laravel-blog
A simple-to-use blog system you can pull into any existing Laravel project and immediately get writing.
Install
Via Composer
$ composer require sebastiaanluca/laravel-blog
Usage
- User model
- At least one active user
- Publish assets, etc
SebastiaanLuca\Router\RouterServiceProvider::class, + instructions on how to extend kernel
SebastiaanLuca\Helpers\Html\HtmlServiceProvider::class,
GrahamCampbell\Markdown\MarkdownServiceProvider::class,
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
php artisan vendor:publish --tag=assets --provider="SebastiaanLuca\Blog\Providers\BlogServiceProvider"
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email hello@sebastiaanluca.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.