fruitware / laravel-surveyjs
Up-to-date Laravel wrapper for surveyjs library
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 59
Open Issues: 3
Language:Vue
Requires
- php: ^7.2
- ext-json: *
- cviebrock/eloquent-sluggable: *
- illuminate/database: 6.1.*
Requires (Dev)
- orchestra/testbench: *
- phpunit/phpunit: ~6.0
- 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/postcss-and-laravel-mix-8.4.31
- dev-dependabot/npm_and_yarn/jquery-3.7.0
- dev-dependabot/npm_and_yarn/tough-cookie-and-laravel-mix--removed
- dev-develop
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-dependabot/npm_and_yarn/lodash-4.17.14
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/macaddress-0.2.9
- dev-dependabot/npm_and_yarn/fstream-1.0.12
- dev-analysis-8LVJWk
- dev-refactoring
This package is auto-updated.
Last update: 2024-11-03 20:42:45 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 composer require fruitware/laravel-surveyjs
- Publish the config file & run the migrations
php artisan vendor:publish --provider="Fruitware\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.