If you use Laravel Valet for local web development with Drupal, you may find that Valet won’t recognize Drupal inside of an “htdocs” folder. This edit will add support for this situation. Go to the .config/valet/Drivers folder in your user directoryex: /Users/dennis/.config/valet/Drivers Create a new fileCustomDrupalValetDriver.php Add the following scripts and save. <?phpclass CustomDrupalValetDriver extends ValetDriver […]