Vite Integration for Laravel
"Laravel Vite is a project that aims to integrate the build tool Vite as much as possible with Laravel. It consists of three parts:
- A PHP package which provides support for parsing Vite's manifest, Blade directives, and helper functions.
- A Node package which leverages Laravel's configuration to integrate with Vite's, and provides Blade file hot module replacement support.
- A Preset, which makes it easy to install Vite in a fresh Laravel project with a single command.
Laravel Vite a replacement for Laravel Mix."