boost
boost copied to clipboard
Boost uses Ziggy route() when using Wayfinder
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
- Download one of the new starter kits, in this case I'm using the vue-starter-kit
- ask an agent to make a named route and a component that uses that named route
- the agent will do
route('name-here')instead of doing it the wayfinder way ofmyNamedRoute.url()