aidynmakhataev / laravelsurveyjs
Laravel wrapper for surveyjs library
Installs: 10 838
Dependents: 0
Suggesters: 0
Security: 0
Stars: 80
Watchers: 5
Forks: 58
Open Issues: 34
Language:Vue
Requires
Requires (Dev)
- orchestra/testbench: ^3.0
- phpunit/phpunit: ^9.3.3
- dev-master
- 1.0.0
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2
- 0.1.0
- dev-dependabot/npm_and_yarn/qs-6.3.3
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-analysis-orBlDg
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/url-parse-1.4.7
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-analysis-8LVJWk
- dev-refactoring
This package is auto-updated.
Last update: 2024-10-06 20:45:30 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 aidynmakhataev/laravelsurveyjs
- Publish the config file & run the migrations
php artisan vendor:publish --provider="AidynMakhataev\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.
Security
If you discover any security related issues, please email makataev.7@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.