[READ-ONLY] Mirror of https://github.com/danielroe/trellis-valet-driver. A driver for Laravel Valet that supports the default Trellis install.
0

Configure Feed

Select the types of activity you want to include in your feed.

Link to ItinerisLtd/Enveigle

+2 -2
+2 -2
README.md
··· 6 6 7 7 ## Installing 8 8 9 - Download `TrellisValetDriver.php` and place it in your `~/.config/Valet/Drivers` folder. Now your Trellis/Bedrock folders will display correctly - no configuration required. 9 + Download `TrellisValetDriver.php` and place it in your `~/.config/valet/Drivers` folder. Now your Trellis/Bedrock folders will display correctly - no configuration required. 10 10 11 11 This assumes your Trellis directory structure looks like: 12 12 ··· 17 17 ├── app/ # → WordPress content directory (themes, plugins, etc.) 18 18 └── wp/ # → WordPress core (don't touch!) 19 19 20 - 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. 20 + 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 Bedrock's .env file from the settings in your `/trellis/group_vars/` directory. Useful if you're joining an existing Trellis project or want to use Trellis for deploys.