Want to use Vite with Laravel using Indigo, and have no browser certificate security warnings? Freek’s tutorial for Valet will do the trick for Indigo as well: https://freek.dev/2276-making-vite-and-valet-play-nice-together
Making Vite and Valet play nice together | freek.dev
Yesterday, the Laravel team launched the official vite-plugin. From now on, Vite will be the standard build tool for Laravel. The main benefits are vastly improved build times and a more straightforward API. Want to know more about it? Head over to the official docs. There's also a migration guide to go from Mix to Vite. When I followed that guide to upgrade the freek.dev codebase from Mix to Vite , npm dev could successfully start-up Vite, but in the browser the JS / CSS did not load. Let's review how I could fix that.
