FilamentF
Filament2y ago
Fahd

How can I redirect programmatically user to a 404 page.

Do I need to create a custom page against all resources and define the route in web.php and in middle redirect to a custom 404 page. Or can I use the filament default and navigate user to there
Solution
abort(404);
Was this page helpful?