surajbansal/laravel-surveyjs

Up-to-date Laravel wrapper for surveyjs library

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/surajbansal/laravel-surveyjs

dev-master 2021-01-20 10:22 UTC

This package is not auto-updated.

Last update: 2025-12-18 10:34:37 UTC


README

Installation

In your terminal: $ composer require composer require Surajbansal/laravel-surveyjs

Publish the config file & run the migrations

php artisan vendor:publish --provider="Surajbansal\LaravelSurveyJS\LaravelSurveyJsServiceProvider" php artisan migrate

Create a new survey on your-project-domain/admin/survey

[optional] Change values in config/survey-manager.php (route prefix, middleware, builder theme etc.)