I want to set up a fresh Laravel 12 project that uses Vue.js for the frontend.
However, I don’t want to use the new Wayfinder package that comes with Laravel 12.
Instead, I’d like to configure it like the older setup, where Ziggy was used for route handling between Laravel and Vue.
What’s the proper way to install and configure Laravel 12 with Vue without Wayfinder, and use Ziggy instead?