dkvhin / laravelsurveyjs
Laravel wrapper for surveyjs library, Only Laravel 8 is supported
0.4.12
2021-01-15 01:03 UTC
Requires
- php: ^7.3
- cviebrock/eloquent-sluggable: ^8.0
- illuminate/support: ^8.1
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3.3
This package is auto-updated.
Last update: 2026-06-15 13:48:41 UTC
README
Laravel Survey Manager system based on surveyjs library. Take a look at contributing.md to see a to do list.
Installation
- In your terminal:
$ composer require dkvhin/laravelsurveyjs
- Publish the config file & run the migrations
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.)
Usage
TODO
Change log
Please see the changelog for more information on what has changed recently. ``
Contributing
Please see contributing.md for details and a todolist.
Credits
License
MIT. Please see the license file for more information.