zamudio/nova-blog-tool

A Laravel Nova tool.

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

pkg:composer/zamudio/nova-blog-tool

dev-master 2019-04-11 19:31 UTC

This package is not auto-updated.

Last update: 2025-10-04 11:23:01 UTC


README

It is a simple fork to be compatible with Nova 2. The original repository is HERE

Nova Blog Tool.

This tool allow you to create a simple blog for your website using Laravel Nova.

Installation

You can install the package via composer:

composer require zamudio/nova-blog-tool

Usage

You must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider, in app/Providers/NovaServiceProvider.php.

use DigitalCloud\NovaBlogTool\NovaBlogTool;
// ....

public function tools()
{
    return [
        // ...
        new NovaBlogTool(),
        // ...
    ];
}

Images

blog