Laravel blog package similar to WordPress design with Pages & Posts.
You can install the package via composer:
composer require drewroberts/blog
You can publish the config file with:
php artisan vendor:publish --provider="DrewRoberts\Blog\BlogServiceProvider" --tag="config"
This is the contents of the published config file:
return [
];
We include the following models in this package:
List of Models
For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.
The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email packages@drewroberts.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.