Skip to content

Boost uses Ziggy route() when using Wayfinder #370

@bdlowery

Description

@bdlowery

Laravel Package Version

1.8

Laravel Version

12.0

PHP Version

8.2

System Info

macOS 15.6 (M2) With Herd

Description

I'm using the vue-starter-kit which does not include ziggy anymore.

Whenever I get an agent to do some boring task, it'll use route('route-name-here') on the frontend, instead of correctly using the wayfinder version of myRoute.url() or whatever is needed in that spot.

Steps To Reproduce

  1. Download one of the new starter kits, in this case I'm using the vue-starter-kit
  2. ask an agent to make a named route and a component that uses that named route
  3. the agent will do route('name-here') instead of doing it the wayfinder way of myNamedRoute.url()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions