boost icon indicating copy to clipboard operation
boost copied to clipboard

Boost uses Ziggy route() when using Wayfinder

Open bdlowery opened this issue 2 months ago • 0 comments

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()

bdlowery avatar Nov 29 '25 21:11 bdlowery