surajbansal/laravel-surveyjs

Up-to-date Laravel wrapper for surveyjs library

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

This package is not auto-updated.

Last update: 2024-04-25 02:18:25 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.)