I want to use Jigsaw to create a static site. I am using laravel valet for my other projects
There is a Valet Driver for Jigsaw.
https://github.com/laravel/valet/blob/master/cli/drivers/JigsawValetDriver.php
But I can't see how to tell Valet to use this for my installation. I only want it to be used for this one project.
at the moment if I go to my site url I get a 404.
so how can I tell valet to use this driver.
Thanks