Skip to content

zamudio-fabian/nova-blog-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nova Blog tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.2%
  • Vue 30.7%
  • HTML 3.1%
  • Other 1.0%