Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Laravel Nova tool for saving notes on the admin panel

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages