Download the PHP package elmudo-dev/filament-surveys without Composer
On this page you can find all versions of the php package elmudo-dev/filament-surveys. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elmudo-dev/filament-surveys
More information about elmudo-dev/filament-surveys
Files in elmudo-dev/filament-surveys
Package filament-surveys
Short Description Módulo de encuestas para Filament.
License MIT
Homepage https://github.com/elmudometal/filament-surveys
Informations about the package filament-surveys
[# This is my package filament-surveys]
Compatibility: This v1 release of the package is intended for Filament v3.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
Compatibility note: This v1 branch/release of the package is intended to work with Filament v3. If you are using a different Filament version (for example v4 or v5), consult the main branch.
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Asociación de Modelos mediante Enum
Puedes configurar un Enum para listar los modelos que pueden tener encuestas asociadas. Esto permite seleccionar el modelo directamente desde el administrador de Filament al crear una encuesta.
-
Crea un Enum que implemente las opciones:
- Configura el Enum en
config/filament-surveys.php:
Al hacer esto, en el formulario de creación de encuestas aparecerá un selector para elegir a qué modelo pertenece la encuesta. El sistema utilizará este valor para filtrar y guardar las respuestas.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- elmudometal
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-surveys with dependencies
filament/filament Version ^4.3 || ^5.0
spatie/laravel-package-tools Version ^1.15.0
spatie/laravel-sluggable Version ^3.7.5