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.
Via Composer
$ composer require itsl/blog:"dev-master"
$ php artisan vendor:publish --provider="itsl\blog\blogServiceProvider"
$ php artisan make:auth
$ php artisan migrate
Please see the changelog for more information on what has changed recently.
This package has been developed on Laravel 5.7 and has yet not been tested with the older versions
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
GNU 3.0+. Please see the license file for more information.