saidy/voyager-survey

Create a Dependent dropdown fields to Voyager plugin

Maintainers

Package info

github.com/saidylive/voyager-survey

Language:Blade

pkg:composer/saidy/voyager-survey

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.2 2023-05-30 04:38 UTC

This package is auto-updated.

Last update: 2026-03-29 01:11:37 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"
    }
}