In this fairly short (15 minute) video, I show how to structure a basic Laravel package, set up a service provider and config file, use Guzzle to make requests to an external API, and install the package to a local Laravel installation using Composer’s symlink functionality.
via Laravel News Links
How to develop a simple Laravel package locally