Fixing WordPress Multisite Subdirectory Routing in Laravel Valet with a Custom Driver
Laravel Valet is a great tool for quickly spinning up local development environments on macOS. However, if you’ve ever tried to run a WordPress multisite installation using subdirectories (like /de/category/post-name) under Valet, you might have noticed something’s not quite right.…