Error installing the filament
Hello! I can't use filament allegedly because I didn't add to app.php AdminPanelProvider
15 Replies
I don't get it. Where's the problem?
The problem is that I cannot fully install fillament and create a user due to the fact that allegedly in app.php there is no App\Providers\Filament\AdminPanelProvider::class,Although it is present
check if the AdminPanelProvider has
$panel->default()
I don't think so
it's only warning you that it might fail, not that it failed
Yes, but my filament doesn't want to work in any way
i only saw the initial message, no clue then
Honestly, I'm already desperate. the filament does not start as it does, although I strictly followed the instructions
you can try puting a dd in the provider to see if it get's called
Oh my God, I just looked at my old project and realized what the mistake was. You were right @Leandro Ferreira , the problem is ->default()
Thanks for the support : @Leandro Ferreira , @DanielvdSpoel . But now there are problems with routing 😁 :
please don't mass tag people
Add the $panel->login()
When you say you cannot install į would assume you have composer errors. But here you have different issues