Our custom drivers for Laravel Valet.
git clone [email protected]:LionsMouthDigital/Laravel-Valet-Drivers.git ~/.valet/Drivers
.- Follow any driver-specific setup instructions below.
- Prosper.
This is just a tweaked version of the core Statamic driver.
- Serve from folder other than root.
If your site is in a folder other than {{ your_driver_path }}/html
, update $this->dir = '/html';
accordingly.
See Statamic.