Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.87 KB

readme.md

File metadata and controls

60 lines (39 loc) · 1.87 KB

Blog

Latest Version on Packagist Total Downloads Build Status StyleCI

This is a very simple package to support blogging functionality in any web application built on Laravel Framework. If you're interested in contributing, then please take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require itsl/blog:"dev-master"

Usage

$ php artisan vendor:publish --provider="itsl\blog\blogServiceProvider"
$ php artisan make:auth
$ php artisan migrate

Change log

Please see the changelog for more information on what has changed recently.

Requirements

This package has been developed on Laravel 5.7 and has yet not been tested with the older versions

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

GNU 3.0+. Please see the license file for more information.