eom-plus / nova-feedback-field
A Laravel Nova Feedback field.
Fund package maintenance!
operativeit
Installs: 304
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:Vue
Requires
- php: ^7.3|^8.0
- laravel/nova: ^4.0
This package is auto-updated.
Last update: 2025-02-20 00:41:59 UTC
README
An Emoji feedback field to use in your Laravel Nova 4 apps
THIS FIELD IS STILL IN A VERLY EARLY DEVELOPMENT STAGE. Testing, report bugs and improvements are welcome.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require eom-plus/nova-feedback-field
Next you can use the Eom-Plus\NovaFeedbackField\Feedback
field in your Nova resource.
Basic usage
public function fields(Request $request) { return [ // ... Feedback::make('Feedback'), // ... ]; }
⭐️ Show Your Support
Please give a ⭐️ if this project helped you!
Other Packages You Might Like
- Nova Rating Field - A Star rating Nova 4 field to use in your Laravel Nova apps.
- Nova Feedback Field - An Emoji feedback Nova 4 field to use in your Laravel Nova apps.
- Nova Input Group - A Laravel Nova 4 text field formatted as input group
- Nova Signature - A Laravel Nova 4 signature pad
Take a look to our Github repositories as we have a lot of forked nova components with fixes that are still not merge into main owner branch.
License
The MIT License (MIT). Please see License File for more information.