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
Requires
- php: ^7.2
- ext-json: *
- cviebrock/eloquent-sluggable: *
- illuminate/database: *
Requires (Dev)
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.)