marksihor/laravel-api-interaction

通过 Passport 授权请求与 Laravel 应用程序交互(使用 client_credentials passport 令牌)

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

This package is auto-updated.

Last update: 2024-09-03 14:44:49 UTC


README

安装

composer require marksihor/laravel-api-interaction 

如果您需要更改某些设置,请发布配置文件

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

发布迁移(如果需要记录请求)

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

许可

MIT