codebuglab / laravel-goalserve
Simple integration with Goalserve API for Laravel
2.0.0
2025-01-19 05:55 UTC
Requires
- php: >=8.2.0
- illuminate/support: ^11.0|^10.0|^9.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Simple integration with GoalServe API for Laravel.
Table of contents
Setup
Installation
To install this package through composer run the following command in the terminal
composer require codebuglab/laravel-goalserve
Publish
You have to publish config file with this artisan command:
php artisan vendor:publish --provider="CodeBugLab\GoalServe\GoalServeServiceProvider"
- File
goalserve.phpwill be publish inconfigfolder after that. - Then you have to put your goalserve api key in your
envfile like thisGOALSERVE_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. - The default language of api response is
en,If the returned data from the API should be in another language, set the GOALSERVE_API_LANGUAGE key in yourenv, eg. like this:GOALSERVE_API_LANGUAGE=ar.
Documentation
- You will find full documentation for this package in the wiki link.
Testing
To run test use this command ./vendor/bin/pest
License
This package is a free software distributed under the terms of the MIT license, Please see License File for more information.
