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.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.3 Laravel 5.4 Laravel 5.5 Laravel 5 Intermediate