machii/laravel-surveygizmo is a Laravel package for surveygizmo api implementation.
It currently has 1 GitHub stars and 826 downloads on Packagist (latest version v1.2.4.1).
Install it with composer require machii/laravel-surveygizmo.
Discover more Laravel packages by machii
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel SurveyGizmo API implementation.
Run this command, in able to install the package
composer require machiii\laravel-surveygizmo
Add this to your config/app.php
'providers' => [
SurveyGizmo\SurveyGizmoProvider::class,
]
and for the facade aliases
'aliases' => [
'SurveyGizmo' => SurveyGizmo\SurveyGizmoFacade::class,
]