Using Composer and Laravel in your WordPress plugin
Published on by Eric L. Barnes
Don Allen has a new tutorial for integrating Composer and Laravel components in a WordPress plugin:
In this tutorial, we’re going to build a simple plugin that utilizes libraries from Laravel and Guzzle. I’ll show you how to autoload these classes, and how to use them inside your plugin.