1 Reply
Filament generates a route for each Panel page. When you add
->login()
to your Panel, and the panel is named ->id('admin')
, it should generate a route for filament.admin.auth.login
automatically.
So your error message suggests that you've changed things.
1. Post your Panel code.
2. Better yet, post an example app that duplicates this problem.
3. What's the output of php artisan route::list