Laravel wrapper for surveyjs library, Only Laravel 8 is supported
dkvhin/laravelsurveyjs is a Laravel package for laravel wrapper for surveyjs library, only laravel 8 is supported.
It currently has 2 GitHub stars and 168 downloads on Packagist (latest version 0.4.12).
Install it with composer require dkvhin/laravelsurveyjs.
Discover more Laravel packages by dkvhin
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Survey Manager system based on surveyjs library. Take a look at contributing.md to see a to do list.
$ composer require dkvhin/laravelsurveyjs
php artisan vendor:publish --provider="Dkvhin\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.)
TODO
Please see the changelog for more information on what has changed recently. ``
Please see contributing.md for details and a todolist.
MIT. Please see the license file for more information.