Skip to content

Instantly share code, notes, and snippets.

View Cryma's full-sized avatar
🎯
Focusing

Fabian Vowie Cryma

🎯
Focusing
View GitHub Profile
@Cryma
Cryma / Local Composer Package Development.md
Created April 16, 2019 12:21 — forked from romanzipp/Local Composer Package Development.md
Add local composer package for development

1. (optional) Remove remote package

composer remove author/package

2. Add local package

Add the symlink option if your filesystem supports symlinks. With this, package changes can instantly be tested.