saidy/voyager-survey

Create a Dependent dropdown fields to Voyager plugin

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/saidy/voyager-survey

1.0.2 2023-05-30 04:38 UTC

This package is auto-updated.

Last update: 2025-09-29 03:07:02 UTC


README

PHP version

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"
    }
}