Many developers today are buzzing about how they use the WordPress REST API in conjunction with a JavaScript framework. While that process does work well, I’ve been exploring how to correlate the REST API to a PHP MVC framework, specifically Laravel. In this article, I will highlight a few different ways to integrate the WordPress REST API into Laravel. I recently built a web application to serve helpful tips and links into my WordPress plugin Caldera Forms. Most of the content it sends exists in WordPress so I thought about creating a plugin that would run on the Caldera Forms […]