© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
3y ago
•
3 replies
karmac
Route not defined
I defined a custom route in web
.php like the following
:
Route::get('download-file', function () {
// download file
});
Route::get('download-file', function () {
// download file
});
but when accessing it from infolist custom ViewEntry I got always Route
[download
-file
] not defined
Solution
You haven
’t defined the route name
.
-
>name
(
‘download
-file
’
)
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
Recent Announcements
Similar Threads
Route not defined.
F
Filament / ❓┊help
2y ago
Route not defined.
F
Filament / ❓┊help
3y ago
Route [login] not defined
F
Filament / ❓┊help
12mo ago
Route [login] not defined.
F
Filament / ❓┊help
13mo ago