Package Data | |
---|---|
Maintainer Username: | machii28 |
Package Create Date: | 2017-09-06 |
Package Last Update: | 2017-09-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-05 03:17:47 |
Package Statistics | |
---|---|
Total Downloads: | 801 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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,
]