Posted on , Development
A better way to work with Composer locally
Working on a Composer package locally can be challenging. You don’t want to commit changes to Git just to test something, and constantly updating Composer to see changes isn’t ideal either. Previously, I often used symlinks for local development, and I still occasionally do. However, I’ve found an easier method for my core projects: using…