Laravel Nova icon Nova Packages
This package is possibly abandoned. Please proceed with care.

Installation Instructions

Install the package in to a Laravel app that uses Nova via composer:

composer require itainathaniel/nova-admin-notes

Next, register the tool with Nova. This is done in the tools method of the App\Providers\NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Itainathaniel\AdminNotes\AdminNotes(),
    ];
}

Readme

Nova Admin Notes

A tool for keeping thoughts, ideas and drafts within the admin

Latest Version on Packagist Total Downloads

screenshot of the notes tool

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require itainathaniel/nova-admin-notes

Next, register the tool with Nova. This is done in the tools method of the App\Providers\NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Itainathaniel\AdminNotes\AdminNotes(),
    ];
}

Security

If you discover any security related issues, please email itainathaniel@gmail.com or use the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Back to Top
Added 6 years ago
Last updated 7 Years Ago
Version 1.0.2
Composer
itainathaniel/nova-admin-notes
GitHub stars 2
Packagist downloads 4,405

Favorites

11 users favorited

Rating

4.70
(out of 5)
★★★★★
★★★★
★★★
★★
3 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas