Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Package development: run a package from a local directory

This article explains how you can require a package from a local path into your project with Composer. This way you can run a local copy of a repository and test any changes you make. Because the local repo will be symlinked changes are shared in real-time, there is no need for intermediate committing and updating.