···6677## Installing
8899-Download `TrellisValetDriver.php` and place it in your `~/.valet/Drivers` folder. Now your Trellis/Bedrock folders will display correctly - no configuration required.
99+Download `TrellisValetDriver.php` and place it in your `~/.config/valet/Drivers` folder. Now your Trellis/Bedrock folders will display correctly - no configuration required.
10101111This assumes your Trellis directory structure looks like:
1212···1717 ├── app/ # → WordPress content directory (themes, plugins, etc.)
1818 └── wp/ # → WordPress core (don't touch!)
19192020-If you're migrating from Trellis, you'll need to create a `site/.env` file. See [here](https://roots.io/bedrock/docs/environment-variables/) for more information.
2020+If you're migrating from Trellis, you'll need to create a `site/.env` file. See [here](https://roots.io/bedrock/docs/environment-variables/) for more information. [TangRufus](https://github.com/TangRufus) has written [Enveigle](https://github.com/ItinerisLtd/enveigle) which creates `site/.env` file from the settings in your `/trellis/group_vars/` directory.