Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@laravel/vite-plugin-wayfinder

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laravel/vite-plugin-wayfinder

Vite plugin for Laravel Wayfinder

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
116K
-7.82%
Maintainers
2
Weekly downloads
 
Created
Source

Wayfinder Vite Plugin

Vite plugin for Wayfinder.

import { wayfinder } from "@laravel/vite-plugin-wayfinder";

export default defineConfig({
    plugins: [
        wayfinder(),
        // ...
    ],
});

All options have sensible defaults, but should you need to customize anything:

import { wayfinder } from "@laravel/vite-plugin-wayfinder";

export default defineConfig({
    plugins: [
        wayfinder({
            path: "my/custom/path/to/js",
            command: "herd php artisan wayfinder:generate",
            routes: false,
            actions: true,
            formVariants: false,
            patterns: ["resources/**/myroutes/*.php"],
        }),
        // ...
    ],
});

Contributing

Thank you for considering contributing to the Wayfinder Vite Plugin! You can read the contribution guide here.

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 Wayfinder Vite Plugin is open-sourced software licensed under the MIT license.

FAQs

Package last updated on 22 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts