codicastudio / feedback-manager
A random Codica Studio package.
Package info
github.com/codicastudio/feedback-manager
Language:Vue
pkg:composer/codicastudio/feedback-manager
1.0.0
2020-09-25 01:53 UTC
Requires
- php: ^7.4 || ^8.0
This package is not auto-updated.
Last update: 2026-03-08 05:30:05 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.