Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 676 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 676 Bytes

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