eom-plus/nova-feedback-field is a Laravel package for a laravel nova feedback field..
It currently has 1 GitHub stars and 501 downloads on Packagist (latest version 0.1).
Install it with composer require eom-plus/nova-feedback-field.
Discover more Laravel packages by eom-plus
or browse all Laravel packages to compare alternatives.
Last updated
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.
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.
public function fields(Request $request)
{
return [
// ...
Feedback::make('Feedback'),
// ...
];
}
Please give a ⭐️ if this project helped you!
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.
The MIT License (MIT). Please see License File for more information.