# 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/1383e9b3262090c55b445ca096d8cfa4/CharcoalValetDriver.php -o ~/.config/valet/Drivers/CharcoalValetDriver.php ```