Simple integration with Goalserve API for Laravel
codebuglab/laravel-goalserve is a Laravel package for simple integration with goalserve api for laravel.
It currently has 1 GitHub stars and 882 downloads on Packagist (latest version 2.0.0).
Install it with composer require codebuglab/laravel-goalserve.
Discover more Laravel packages by codebuglab
or browse all Laravel packages to compare alternatives.
Last updated
Simple integration with GoalServe API for Laravel.

To install this package through composer run the following command in the terminal
composer require codebuglab/laravel-goalserve
You have to publish config file with this artisan command:
php artisan vendor:publish --provider="CodeBugLab\GoalServe\GoalServeServiceProvider"
goalserve.php will be publish in config folder after that.env file like this GOALSERVE_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.en,If the returned data from the API should be in another language, set the GOALSERVE_API_LANGUAGE key in your env, eg. like this: GOALSERVE_API_LANGUAGE=ar.To run test use this command ./vendor/bin/pest
This package is a free software distributed under the terms of the MIT license, Please see License File for more information.