Category: DDEV
-
Sync vendor files to DDEV from PHPStorm
dans DDEVWhen using DDEV with Mutagen for a PHP project, you typically exclude the vendor folder from synchronization for performance reasons. It’s a good practice, but it creates a problem: how do you quickly modify a vendor file for debugging without having to use Vim inside the container? The problem On my project, I use DDEV…