This package requires PHP 7.2 and Laravel 5.6 or higher. Install the package by running the following command in your console;
composer require sqits/laravel-gripp --dev
You can publish the config file with:
php artisan vendor:publish --provider="Sqits\Gripp\GrippServiceProvider" --tag="config"
This is the contents of the published config file:
return [
/*
* Define the default Gripp api uri.
*/
'domain' => env('GRIPP_DOMAIN', 'https://api.gripp.com/'),
/*
* Define the Gripp api key.
*/
'api_key' => env('GRIPP_API_KEY', null),
];
Please see CHANGELOG for more information what has changed recently.
If you discover any security-related issues, please email to info@sqits.nl instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.