lepikhinb / momentum-trail

MIT License
74 stars 11 forks source link

Route Params #3

Closed SDIjeremy closed 1 year ago

SDIjeremy commented 1 year ago

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' }
lepikhinb commented 1 year ago

Yeah, going to work more on it in the coming week.

jjjrmy commented 1 year ago

bump

lepikhinb commented 1 year ago

You should be good with the recent version. Please try updating the package