Hi,
I'm learning "Build a Starter Kit With Inertia and Fortify" Course and I build everything up on scratch.
I got problems with lesson "06 - Exposing routes with Ziggy" I installed Ziggy with:
I tried to import Ziggy with import { ZiggyVue } from "../../vendor/tightenco/ziggy/dist/vue.m
but nothing appears on the page.
In my dist folder I see only three files: index.esm.js, index.js. and route.umd.js
I don't know to fix this with the ziggy routing.
Please help anyone.
Hey Marcel. Ziggy recently got a version update, and you should now import it like this:
import { ZiggyVue } from '../../vendor/tightenco/ziggy';
Let me know if that doesn't work and I'll see what else may be the issue.