2017 © Pedro Peláez
 

library laravel-blog

A simple-to-use blog system you can pull into any existing Laravel project.

image

sebastiaanluca/laravel-blog

A simple-to-use blog system you can pull into any existing Laravel project.

  • Saturday, February 4, 2017
  • by sebastiaanluca
  • Repository
  • 3 Watchers
  • 7 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

laravel-blog

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

A simple-to-use blog system you can pull into any existing Laravel project and immediately get writing., (*2)

Install

Via Composer, (*3)

``` bash $ composer require sebastiaanluca/laravel-blog, (*4)


## Usage - User model - At least one active user - Publish assets, etc ```php 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., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email hello@sebastiaanluca.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions