machii28 / Laravel-Survey-Gizmo by machii28

Surveygizmo API Implementation
801
1
4
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

Laravel-Survey-Gizmo

A Laravel SurveyGizmo API implementation.

Installation

Run this command, in able to install the package

composer require machiii\laravel-surveygizmo

Service Provider

Add this to your config/app.php

'providers' => [
    SurveyGizmo\SurveyGizmoProvider::class,
]

and for the facade aliases

'aliases' => [
    'SurveyGizmo' => SurveyGizmo\SurveyGizmoFacade::class,
]