Laravel Mix Helper

Use the mix helper function to get the correct path to your versioned CSS and JS files generated by Laravel Mix.
Use the mix helper function to get the correct path to your versioned CSS and JS files generated by Laravel Mix.
by Arno Schlipf
<!doctype html>
<head>
<?= vite(['assets/css/app.css', 'assets/js/app.js']) ?>
</head>
by Lukas Kleinschmidt