Lately I’ve been working on submitting a PR to a package, Laravel package to be precise.
I made my adjustments, and then I want to test it, because it has a visual interface.
So reading Composer docs, I found “Repositories”, and you can use it to link a local composer package, How ? First of all, after cl oning or creating your own package, you can link it in your main application by editing composer.json, adding this : Note: the url must be the full path to the package.
Composer now will link the package to the main app, and any change you make in the package will be reflected immediately into your app.