Download the PHP package oriondevelops/filament-feedback without Composer
On this page you can find all versions of the php package oriondevelops/filament-feedback. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oriondevelops/filament-feedback
More information about oriondevelops/filament-feedback
Files in oriondevelops/filament-feedback
Package filament-feedback
Short Description A Filament plugin to collect feedback.
License MIT
Homepage https://github.com/oriondevelops/filament-feedback
Informations about the package filament-feedback
A Filament plugin to collect feedback
This Filament plugin is a simple wizard that collects user feedback and forwards it to the chosen email address.
Installation
You can install the package via composer:
Next ensure you setup a mail service.
Usage
You need to register the plugin with your preferred Filament panel providers. This can be done inside of your PanelProvider
, e.g. AdminPanelProvider
.
You can now click on the "Feedback" menu item in your Filament app to see the feedback plugin.
Customizing visibility
Define who can view the feedback page.
Customizing the navigation item
Customizing the page
Contributing
Please see CONTRIBUTING for details.
Security
Please review Security Policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-feedback with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0