Laravel vite package quickly integrates opinionated vite configuration into laravel projects.
You can require the package and it's dependencies via composer:
composer require fuelviews/laravel-vite
You can install vite, dotenv, and their dependencies with:
php artisan vite:install
You can add @vite directives into the of your layout blade with:
@vite(['resources/css/app.css', 'resources/js/app.js'])
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
Fuelviews is a web development agency based in Portland, Maine. You'll find an overview of all our projects on our website.
The MIT License (MIT). Please see License File for more information.