laravel-survey dependency (with Tapp’s translatable/sortable modifications) remains the same, preserving the structured survey engine for CRUD, analytics, and reporting.laravel-survey are still available, valuable for global applications or localized user experiences.laravel-survey tables (e.g., surveys, questions, responses). Existing apps must still verify schema alignment.maatwebsite/excel requirement persists, adding a heavy dependency if not already in use. No changes here impact feasibility.| Risk Area | Severity | Mitigation Strategy | Update for v3.2.0 |
|---|---|---|---|
| Filament/Laravel Version Lock | High | Ensure Filament 3.2+ and Laravel 12 are used; test thoroughly before upgrading. | New: Now requires Laravel 12 and Filament 3.2+. Teams on older versions must upgrade. |
| Survey Schema Conflicts | Medium | Audit existing DB schema; use laravel-survey migrations carefully. |
Unchanged |
| Translatability Overhead | Medium | Test performance impact if surveys have many translations. | Unchanged |
| Excel Dependency Bloat | Low | Only a risk if the app avoids Excel-related packages. | Unchanged |
| Plugin Maintenance | Low | TappNetwork is active (recent 2025 release), but long-term support depends on adoption. | Unchanged |
maatwebsite/excel dependency can be deferred.composer require tapp/filament-survey:^3.2
composer require matt-daneshvar/laravel-survey spatie/eloquent-sortable maatwebsite/excel
^3.2 to ensure compatibility.php artisan vendor:publish --tag="filament-survey-config"
php artisan vendor:publish --tag="filament-survey-migrations"
php artisan migrate
app/Providers/Filament/AdminPanelProvider.php:
return [
// ...
'plugins' => [
\Tapp\FilamentSurvey\FilamentSurveyPlugin::make(),
],
];
laravel-survey.laravel-survey schema. Existing survey data may require manual mapping.laravel-survey schema.tapp/filament-survey:^3.2, laravel-survey, and Filament for breaking changes.laravel-survey may diverge from upstream; track TappNetwork’s updates.maatwebsite/excel is updated.How can I help you explore Laravel packages today?