Skip to content

Laravel wrapper for SurveyJS library and Editor

License

Notifications You must be signed in to change notification settings

Fruitware/laravel-surveyjs

This branch is 8 commits ahead of, 10 commits behind AidynMakhataev/laravel-surveyjs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7936952 · Dec 14, 2019

History

55 Commits
Dec 14, 2019
Dec 14, 2019
Dec 21, 2018
Dec 21, 2018
Dec 14, 2019
Dec 14, 2019
May 21, 2018
May 21, 2018
Dec 14, 2019
Dec 14, 2019
Dec 14, 2019
Dec 14, 2019
May 21, 2018
May 30, 2019
May 23, 2019
May 21, 2018
Dec 14, 2019
Dec 21, 2018

Repository files navigation

Laravel 6.* SurveyJs package

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.

Installation

  1. In your terminal:
$ composer require composer require fruitware/laravel-surveyjs
  1. Publish the config file & run the migrations
php artisan vendor:publish --provider="Fruitware\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.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

Packages

No packages published

Languages

  • Vue 47.6%
  • PHP 41.3%
  • JavaScript 5.9%
  • HTML 5.2%