digitalcloud/nova-blog-tool

A Laravel Nova tool.

Installs: 174

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 6

Forks: 2

Open Issues: 1

pkg:composer/digitalcloud/nova-blog-tool

dev-master 2019-02-04 19:09 UTC

This package is auto-updated.

Last update: 2025-09-19 00:03:39 UTC


README

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 digitalcloud/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