# Locomotive Bedrock (Wordpress) Valet Driver This adds [Charcoal](https://github.com/roots/bedrock) project support for [Laravel Valet](https://github.com/laravel/valet). The driver will match any Bedrock project with a public directory of `web` or `www`. It support having either `wp` or `wordpress` as the wordpress install directory. ## Setup - Run the following command to place the `CharcoalValetDriver.php` driver file into `~/.config/valet/Drivers/`. ```shell curl https://gist.github.com/raw/dfc2090b68f2effa02c42a5b8d3f75fc/LocomotiveBedrockValetDriver.php -o ~/.config/valet/Drivers/LocomotiveBedrockValetDriver.php ```