saidy/voyager-survey

Create a Dependent dropdown fields to Voyager plugin

1.0.2 2023-05-30 04:38 UTC

This package is auto-updated.

Last update: 2024-05-30 00:54:13 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"
    }
}