itainathaniel / nova-admin-notes
Laravel Nova tool for saving notes on the admin panel
Installs: 4 402
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-01-01 10:53:50 UTC
README
A tool for keeping thoughts, ideas and drafts within the admin
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.