此包已被废弃,不再维护。没有建议的替代包。
帮助处理Laravel API的工具。
2.0.4
2019-09-06 00:29 UTC
Requires
- php: ^7.3
- laravel/framework: ^5.8|^6.0
README
ARCHIVED: This project is archived and no longer maintained.
这是我创建API时使用的工具。
工具
API请求需要JSON
我希望所有请求都有JSON的接受类型。将PackageForLaravel\API\Middleware\RequiresJson
中间件添加到api路由组。
致谢
此包由Aaron Saray创建和维护。