Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Disable some CRUD actions - Filament
F
Filament
•
2y ago
•
5 replies
atabegruslan
Disable some CRUD actions
If I want to disable edit and delete
, so that routes like
GET /admin/{model}/1/edit
GET /admin/{model}/1/edit
and
POST /livewire/update
POST /livewire/update
cant even be accessed
.
How do you do that
?
Solution
Just remove the routes and pages in your specific resource
.
You won
't be able to remove livewire
/update as filament is built on livewire and therefore needs that endpoint to be able to work at all
.
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
Disable table actions while searching
F
Filament / ❓┊help
2y ago
Disable spa() on some routes.
F
Filament / ❓┊help
2y ago
how to disable footer actions on a Modal?
F
Filament / ❓┊help
2y ago
Disable Bulk action if some row is selected.
F
Filament / ❓┊help
17mo ago