fuelviews/laravel-vite

Fuelviews laravel vite package

v0.0.1-RC1 2024-03-21 17:04 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

The Laravel vite package seamlessly integrates vite into laravel projects, enhancing front-end asset compilation with vite's modern build tooling capabilities.

Installation

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

Usage

You can add @vite directives into the of your layout blade with:

@vite(['resources/css/app.css', 'resources/js/app.js'])

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

Support us

Fuelviews is a web development agency based in Portland, Maine. You'll find an overview of all our projects on our website.

License

The MIT License (MIT). Please see License File for more information.