Skip to content

Releases: motomedialab/laravel-vite-helper

Support for Laravel 11

14 Mar 20:02
f30d139
Compare
Choose a tag to compare
Added support for Laravel 11 (#18)

* Update composer.json

* Added Laravel 11 to testing

* Changed to dev branch

* Update dependencies for Laravel 11 support

* Updated for Laravel 11

* Added testbench as dev

* Removed dev orchestra test bench

Fix for MocksViteHelper

15 Feb 11:46
7898a7b
Compare
Choose a tag to compare

Added ability to supply an array of paths

08 Feb 09:34
9ebbb7b
Compare
Choose a tag to compare

This release adds the ability to supply an array of paths to the vite helper.

When providing an array, in return you'll get an array of relative/absolute URLs back.

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

Will return an array with the determined paths.

Allow Vite helper to run on older versions of Laravel

23 Jan 10:53
3f05195
Compare
Choose a tag to compare

This allows the Laravel Vite Helper package to run on Laravel 8, 9 & 10, prior to Vite being officially supported by Laravel.

Fixed being unable to override hotServer

22 Jan 02:06
830b536
Compare
Choose a tag to compare

This release provides a fix where passing hotServer: false would be ignored if the hot file existed.

Thanks to @francoism90 for raising the PR

Added PHPUnit 10 to correspond with Laravel 10 requirements

02 Jul 13:47
3f6c4b0
Compare
Choose a tag to compare
v1.4.1

Added 10.0.7 PHPUnit to dependencies