Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Pass params to a custom page - Filament
F
Filament
•
2y ago
•
11 replies
Neamix
Pass params to a custom page
How can i create route as example chatroom
/
{room
_id
} and pass this room id to custom filament page
Solution
You can use slug in custom page
protected static
?string
$slug
=
'room
/
{id
}
'
;
public function mount
(
$id
)
: void
{
dd
(
$id
)
;
}
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
custom page params
F
Filament / ❓┊help
2y ago
Custom page with params
F
Filament / ❓┊help
3y ago
Pass data to widget from custom page
F
Filament / ❓┊help
2y ago
pass data to widget from custom page
F
Filament / ❓┊help
3y ago