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

This package is auto-updated.

Last update: 2020-11-05 23:02:33 UTC


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