-
-
Notifications
You must be signed in to change notification settings - Fork 0
[4.x] Add Experimental Herd Valet support #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can also update the |
Here is the base class for reference https://github.com/laravel/valet/blob/master/cli/Valet/Drivers/BasicValetDriver.php |
Depending on how easy it is to install, and if we need an Artisan command, we may just download the stub then if we don't want to bundle it here. |
I wonder if something could be injected into the autoload, like a bootstrapper here, that way nothing needs to be installed. It's hacky but would work like magic
|
611f199
to
df650cf
Compare
fb28893
to
8e07fba
Compare
Also want to say that this works with Vite, just run npm run dev! |
https://herd.laravel.com/docs/1/extending-herd/custom-drivers
Hopefully we can get this added to https://herd.laravel.com/docs/1/extending-herd/supported-frameworks
Also would be great to use data from hydephp/hyde#293
We could potentially add a command to install the Valet driver stub to Herd
The driver must be saved to
~/Library/Application\ Support/Herd/config/valet/Drivers