saidy / voyager-survey
Create a Dependent dropdown fields to Voyager plugin
1.0.2
2023-05-30 04:38 UTC
Requires
- tcg/voyager: ^1.6
This package is auto-updated.
Last update: 2026-03-29 01:11:37 UTC
README
Install
To install, run the following command
composer require saidy/voyager-survey
php artisan vendor:publish --provider="Saidy\VoyagerSurvey\Providers\VoyagerSurveyServiceProvider"
Sample Configuration
{
"survey": {
"page_title": "Trainee Information",
"reference_slug": "trainee-info",
"reference_column": "trainee_id",
"reference_field": "trainee_id"
}
}