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

PHP 100.0%
11 1 0

Clone this repository

https://git.vm.fail/danielroe.dev/trellis-valet-driver https://git.vm.fail/did:plc:uptv43em757ggfe6u4zpwqij
ssh://git@knot1.tangled.sh:2222/danielroe.dev/trellis-valet-driver ssh://git@knot1.tangled.sh:2222/did:plc:uptv43em757ggfe6u4zpwqij

For self-hosted knots, clone URLs may differ based on your setup.


README.md

danielroe/trellis-valet-driver#

A driver for Laravel Valet or Valet Linux that supports the default Trellis/Bedrock install.

Installing#

Download TrellisValetDriver.php and place it in your ~/.config/valet/Drivers folder. Now your Trellis/Bedrock folders will display correctly - no configuration required.

This assumes your Trellis directory structure looks like:

example/      # → Root folder for the project
├── trellis/      # → Your clone of this repository
└── site/         # → A Bedrock-based WordPress site
    └── web/
        ├── app/  # → WordPress content directory (themes, plugins, etc.)
        └── wp/   # → WordPress core (don't touch!)

If you're migrating from Trellis, you'll need to create a site/.env file. See here for more information. TangRufus has written Enveigle which creates site/.env file from the settings in your /trellis/group_vars/ directory.