Scaffolding for a Composer Package
Now that we have an app to test things, we can scaffold the composer package within it. First, let’s take a little detour and look at an example of what we’re trying to achieve. When any composer package is added using composer require package/name, it will...