A fully develop Blog CRUD package that allows you to manage blogs, using Blog content managing meta data with Tags & Collections.
composer require sethsharp/blog-crud
Add to your config/app.php
'providers' => [
\SethSharp\BlogCrud\BlogServiceProvider::class
]
Then to publish the migrations:
php artisan vendor:publish --tag="blog-crud-migrations"