Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

sebastiaanluca/laravel-blog

Repository files navigation

laravel-blog

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.

About

THIS PACKAGE HAS BEEN DEPRECATED — A simple-to-use blog system you can pull into any existing Laravel project and immediately get writing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published