Download the PHP package dewsign/nova-blog without Composer
On this page you can find all versions of the php package dewsign/nova-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package nova-blog
Blogging module for Laravel Nova
Easily add a Blog with Articles and Categories in Nova using repeaters blocks for content. See documentation for Repeater Blocks for details.
Installation
composer require dewsign/nova-blog
Run the migrations
Load the tool in your NovaServiceProvider.php
Templates
The packages doesn't come with any pre-made templates. Simply replace the published views.
Configuration
Repeaters
Add additional repeater blocks by adding it to the nova blog config
Or remove all standard repeaters and use your own selection.
Customisation
If you want more control, you can specify which Nova Resources and Models to use. Because of the way nova reads the model from a static variable you must provide your own custom resource if you want to use a custom model.
Nova Resource Group
You can customise the nova resource group.
Routing
Blog, category and article routing is all included under the /blog
slug.
Factories & Seeders
The package comes with pre-made factories and seeders. Should you wish to include them in your application simply call the seeder or use the factory provided.
Permissions
A BlogPolicy is included, but not loaded by default, for Brandenburg / Nova Tool. Simply load the AuthServiceProvider from this package.
All versions of nova-blog with dependencies
laravel/framework Version >=5.0.0
maxfactor/support Version ^2.6.11
benjaminhirsch/nova-slug-field Version ^1.0
dewsign/nova-repeater-blocks Version ^1.8.4
epartment/nova-dependency-container Version ^1.1
silvanite/brandenburg Version ^1.0
dewsign/nova-field-sortable Version ^0.2.0
dewsign/laravel-authors Version ^1.0.0