This package is abandoned and no longer maintained.
No replacement package was suggested.
Tools to help with Laravel APIs.
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.
These are tools I use when I create APIs.
Tools
Require JSON for API Requests
I want all of the requests to have an accept type of JSON. Add the PackageForLaravel\API\Middleware\RequiresJson
middleware to the api route group.
Credits
This package is created and maintained by Aaron Saray