saidy / voyager-survey
Create a Dependent dropdown fields to Voyager plugin
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- tcg/voyager: ^1.6
This package is auto-updated.
Last update: 2024-10-30 01:59:46 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"
}
}