How to make your CakePHP 3 API produce JSON API
In this follow-up post to How to add JWT Authentication to a CakePHP 3 REST API we will update our existing API so it will produce JSON API compliant output giving you the benefits of standardization…
In this follow-up post to How to add JWT Authentication to a CakePHP 3 REST API we will update our existing API so it will produce JSON API compliant output giving you the benefits of standardization…
In this follow-up post to How to prefix route a CakePHP 3 REST API we will implement JSON Web Token (JWT) authentication. To prevent (yet another) partial/pointless JWT tutorial we will provide you…
In this follow-up post to How to use a CakePHP 3 REST API we will implement a Prefix Route so we can benefit from clean controller logic separation and limit access to our API resources through (only)…
In this follow-up post to How to build a CakePHP 3 REST API in minutes we explore the inner workings of our new API. We will address the most common use cases by: 1. Adding some tasty cocktail data to…
Step-by-step instructions for creating a full featured RESTful API using CakePHP 3. Before We Begin This is part one of the CakePHP 3 REST API tutorial series: 1. How to build a CakePHP 3 REST API in…