smorken / feedback
Simple feedback collector for Laravel 12+
v1.0.0
2025-05-12 21:46 UTC
Requires
- php: ^8.3
- illuminate/notifications: ^12.0
- illuminate/view: ^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^v3.4.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1
- orchestra/testbench: ^v10.2.2
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^2.0.2
- phpstan/phpstan-phpunit: ^2.0.6
- smorken/docker: *
- spatie/laravel-ray: ^1.35
README
Simple link and form to collect feedback from users.
Installation
You can install the package via composer:
composer require smorken/feedback
You can publish the config file with:
php artisan vendor:publish --tag="sm-feedback-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="sm-feedback-views"
Testing
composer test
Security Vulnerabilities
Please report security vulnerabilities to scott dot morken at phoenixcollege dot edu.
Credits
License
The MIT License (MIT). Please see License File for more information.