Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Nova Page Tool.

This tool allows you to create and manage web pages.

Installation

You can install the package via composer:

composer require digitalcloud/nova-page-tool

Next you need to create the database table by running the migrations:

php artisan migrate

You can publish the required assets with:

php artisan vendor:publish --provider="DigitalCloud\PageBuilderField\FieldServiceProvider" --tag=public

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\PageTool\PageTool;
// ....

public function tools()
{
    return [
        // ...
        new PageTool(),
        // ...
    ];
}
Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 2.0.3
Composer
digitalcloud/nova-page-tool
GitHub stars 11
Packagist downloads 348

Favorites

8 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Contributors

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas