dkvhin/laravelsurveyjs

Laravel wrapper for surveyjs library, Only Laravel 8 is supported

Installs: 156

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 57

Language:Vue


README

Latest Version on Packagist Total Downloads

Laravel Survey Manager system based on surveyjs library. Take a look at contributing.md to see a to do list.
68747470733a2f2f692e696d6775722e636f6d2f6f395241486d702e676966

Installation

  1. In your terminal:
$ composer require dkvhin/laravelsurveyjs
  1. Publish the config file & run the migrations
php artisan vendor:publish --provider="Dkvhin\LaravelSurveyJs\LaravelSurveyJsServiceProvider"
php artisan migrate
  1. Create a new survey on your-project-domain/admin/survey

  2. [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.