The docs say refer to Ziggy docs, but many features are missing ...
Is there plan to add these missing features?
Retrieving the current route params: route().params
// Route called 'events.venues.show', with URI '/events/{event}/venues/{venue}'
// Current window URL is https://myapp.com/events/1/venues/2?authors=all
route().params; // { event: '1', venue: '2', authors: 'all' }
The docs say refer to Ziggy docs, but many features are missing ...
Is there plan to add these missing features?
Retrieving the current route params:
route().params