marksihor / laravel-api-interaction
Interact with Laravel Applications via Passport Authorized requests (using client_credentials passport token)
Installs: 4 780
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
This package is auto-updated.
Last update: 2024-11-03 15:00:05 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