marksihor/laravel-api-interaction

Interact with Laravel Applications via Passport Authorized requests (using client_credentials passport token)

dev-master 2024-01-03 13:00 UTC

This package is auto-updated.

Last update: 2024-04-03 13:48:37 UTC


README

Installation

composer require marksihor/laravel-api-interaction 

Publish the config file if You need to change something:

php artisan vendor:publish --provider="ApiInteraction\\ApiInteractionServiceProvider" --tag=config

Publish the migrations (if need to log requests)

php artisan vendor:publish --provider="ApiInteraction\\ApiInteractionServiceProvider" --tag=migrations

License

MIT