Posted on , Development
Using a private Composer package with Laravel and Docker.
Updated February 2025, removing the deprecated authentication method. Developing packages for use with laravel is reasonably straightforward. But we don’t always want to make our code publicly available on Packagist. Adding a custom repository to your composer.json file will allow us to pull code straight from your Github account rather than Packagist. It’s common practice…