Skip to content

Laravel wrapper for SurveyJS library and Editor For RadioAfrica

License

Notifications You must be signed in to change notification settings

Radioafricagroup/laravel-surveyjs

 
 

Repository files navigation

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 aidynmakhataev/laravelsurveyjs
  1. Publish the config file & run the migrations
php artisan vendor:publish --provider="AidynMakhataev\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 makataev.7@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

About

Laravel wrapper for SurveyJS library and Editor For RadioAfrica

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.8%
  • PHP 38.6%
  • JavaScript 6.2%
  • Blade 5.4%