mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
642 B
642 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | ||
|---|---|---|---|---|---|---|---|---|
| If you want to identify teams, workspaces, etc by path, you don't have to pass the team ID to every route | 1308096302530600963 | 1-rt-1-tip | samuelstancl |
|
2021-04-06T16:07:43+00:00 | if-you-want-to-identify-teams-workspaces-etc-by-path-you-dont-have-to-pass-the-team-id-to-every-route |
In the example below, the value reaches the middleware, where you can do some stuff, and then is REMOVED from the route parameters before being passed to the action.