surajbansal / laravel-surveyjs
Up-to-date Laravel wrapper for surveyjs library
dev-master
2021-01-20 10:22 UTC
Requires
- php: ^7.2
- ext-json: *
- cviebrock/eloquent-sluggable: *
- illuminate/database: *
Requires (Dev)
This package is not auto-updated.
Last update: 2025-05-22 07:50:36 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.)