Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/operativeit/nova-feedback-field
A Laravel Nova 4 feedback emoji field
https://github.com/operativeit/nova-feedback-field
Last synced: about 1 month ago
JSON representation
A Laravel Nova 4 feedback emoji field
- Host: GitHub
- URL: https://github.com/operativeit/nova-feedback-field
- Owner: operativeit
- License: mit
- Created: 2023-10-19T20:43:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T21:48:04.000Z (about 1 year ago)
- Last Synced: 2024-11-01T09:16:47.440Z (about 2 months ago)
- Language: Vue
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Nova Feedback Field
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.
[![Latest Version on Packagist](https://img.shields.io/packagist/v/operativeit/nova-feedback-field.svg?style=flat-square)](https://packagist.org/packages/operativeit/nova-rating-field)
[![Total Downloads](https://img.shields.io/packagist/dt/operativeit/nova-feedback-field.svg?style=flat-square)](https://packagist.org/packages/operativeit/nova-rating-field)
![GitHub forks](https://img.shields.io/github/forks/operativeit/nova-feedback-field)
![GitHub issues](https://img.shields.io/github/issues/operativeit/nova-feedback-field)
[![License](https://img.shields.io/packagist/l/operativeit/nova-feedback-field)](https://github.com/operativeit/nova-feedback-field/blob/master/LICENSE.md)![imagen](https://github.com/operativeit/nova-feedback-field/assets/188766/82a4115c-ab08-439f-b858-1266536fd5c2)
## Installation
You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
```bash
composer require eom-plus/nova-feedback-field
```Next you can use the `Eom-Plus\NovaFeedbackField\Feedback` field in your Nova resource.
## Basic usage
```php
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](https://github.com/operativeit/nova-rating-field) - A Star rating Nova 4 field to use in your Laravel Nova apps.
- [Nova Feedback Field](https://github.com/operativeit/nova-feedback-field) - An Emoji feedback Nova 4 field to use in your Laravel Nova apps.
- [Nova Input Group](https://github.com/operativeit/nova-input-group) - A Laravel Nova 4 text field formatted as input group
- [Nova Signature](https://github.com/operativeit/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](https://github.com/operativeit/nova-feedback-field/blob/master/LICENSE.md) for more information.