Download the PHP package drewroberts/blog without Composer
On this page you can find all versions of the php package drewroberts/blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download drewroberts/blog
More information about drewroberts/blog
Files in drewroberts/blog
Package blog
Short Description Laravel package for opinionated blog implementation
License MIT
Homepage https://github.com/drewroberts/blog
Informations about the package blog
Laravel package for opinionated blog implementation
Laravel blog package similar to WordPress design with Pages & Posts. NEED TO UPDATE!!
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Models
We include the following models in this package:
List of Models
- Page
- Post
- Series
- Topic
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.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Drew Roberts
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of blog with dependencies
tipoff/authorization Version ^2.10.0
tipoff/seo Version ^2.8.0
tipoff/support Version ^2.2.0