codicastudio / feedback-manager
A random Codica Studio package.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^7.4 || ^8.0
This package is not auto-updated.
Last update: 2024-11-16 22:10:34 UTC
README
Installation
You can install the nova tool in to a Laravel app that uses Nova via composer:
composer require mydnic/nova-kustomer
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
// in app/Providers/NovaServiceProvder.php // ... public function tools() { return [ // ... new \Mydnic\NovaKustomer\NovaKustomer, ]; }
The MIT License (MIT). Please see License File for more information.