Skip to content

Instantly share code, notes, and snippets.

View Cryma's full-sized avatar
🎯
Focusing

Fabian Vowie Cryma

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cryma on github.
  • I am cryma (https://keybase.io/cryma) on keybase.
  • I have a public key whose fingerprint is B472 AFA0 9EBA 895D DF06 DA2C 9020 FAFE 9828 F1F7

To claim this, I am signing this object:

@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.