Custom driver for Laravel Valet.
Works with Vue, Poi 9, Poi 10 and more!
This is a custom driver to automatically run the server specified by serve
in your package.json scripts
.
- Copy the
*.php
files into your~/.valet/Drivers
directory. - Done :)
Q: What if I need to restart the webpack dev server?
A: Append ?restart=1
to the URL and the webpack dev server will be restarted.