better-laravel-vite-plugin
v0.7.4
Published
Laravel plugin for Vite.
Downloads
2
Readme
Whats the difference between "laravel-vite-plugin" & "beter-laravel-vite-plugin"?
This package functuons exactly like laravel-vite-plugin
package, the diffrence is the hot
file in the public foler outputs the server.origin
config option rahter than forcing a strict url sheme (no clue why that is even needed). This is great if you are running behind some sort of proxy or have some need to change the hot file url. Upstream doesnt seem to be intrested in makeing this change, so I am maintaining a fork.
Laravel Vite Plugin
Introduction
Vite is a modern frontend build tool that provides an extremely fast development environment and bundles your code for production.
This plugin configures Vite for use with a Laravel backend server.
Official Documentation
Documentation for the Laravel Vite plugin can be found on the Laravel website.
Contributing
Thank you for considering contributing to the Laravel Vite plugin! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The Laravel Vite plugin is open-sourced software licensed under the MIT license.