[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.

Merge pull request #1 from neilgilmour/update-driver-location

Update driver location & mention Enveigle

author
Daniel Roe
committer
GitHub
date (Aug 11, 2019, 7:14 PM +0100) commit 8ecff52c parent c7d1e5f6
+2 -2
+2 -2
README.md
··· 6 6 7 7 ## Installing 8 8 9 - Download `TrellisValetDriver.php` and place it in your `~/.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 `site/.env` file from the settings in your `/trellis/group_vars/` directory.