F
Filament2y ago
DS

problems in v3 custom panel auth

i'm having problems when i create new panel and trying to auth, i got Route [login] not defined.
Solution:
```php public function panel(Panel $panel): Panel { return $panel ......
Jump to solution
10 Replies
DS
DSOP2y ago
here is an ss from the problem
wyChoong
wyChoong2y ago
what is your v3 version, update it create new panel again
DS
DSOP2y ago
i'm on v3.0.0.0-beta17 also, I've created the panel on this versión
DS
DSOP2y ago
these are my routes
DS
DSOP2y ago
the panel provider was registered correctly in the config/app.php
Solution
undercode
undercode2y ago
public function panel(Panel $panel): Panel
{
return $panel
...
->login()
...
}
public function panel(Panel $panel): Panel
{
return $panel
...
->login()
...
}
DS
DSOP2y ago
that works! thankS!!!!
Alnuaimi
Alnuaimi13mo ago
SAME ERROR NOT SOLVE
No description
No description
Matthew
Matthew13mo ago
php artisan about What is your filament version? Also this is a really old post from a time when v3 was in beta, therefore please dont use this thread
Alnuaimi
Alnuaimi13mo ago
No description

Did you find this page helpful?