hasnainali9 / laravelsurveyjs
Laravel wrapper for surveyjs library
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^7.2|^8.0
- ext-json: *
- cviebrock/eloquent-sluggable: *
- illuminate/database: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-12 12:37:40 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 hasnainali9/laravelsurveyjs
- Publish the config file
$ php artisan vendor:publish --provider="Hasnainali9\LaravelSurveyJs\LaravelSurveyJsServiceProvider"
- run the migrations
$ 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 hasnain01022000@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.