Recent Articles for #api

#json #api

Forcing all API requests to accept JSON

When I'm building an API, I usually only design it to accept JSON requests. I think this approach is pretty typical with modern Laravel applications. But by default, Laravel doesn't do anything to enforce this.

Read full article [masteringlaravel.io]