Looking to hire Laravel developers? Try LaraJobs

laravelsurveyjs maintained by hasnainali9

Description
Laravel wrapper for surveyjs library
Author
Last update
2022/03/12 07:02 (dev-master)
License
Downloads
21

Comments
comments powered by Disqus

LaravelSurveyJs

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 hasnainali9/laravelsurveyjs
  1. Publish the config file
$ php artisan vendor:publish --provider="Hasnainali9\LaravelSurveyJs\LaravelSurveyJsServiceProvider"
  1. run the migrations
$ 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 hasnain01022000@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.