error installing filament
i have installed laravel 12 but then when i try to execute this
then the adminPanelProvider has been installed.
After that when i try this
i get this error
5 Replies
check that the service provider was registered in bootstrap/providers.php
The service provider is called
app/Providers/Filament/AdminPanelProvider.php
yes it was registered
try:
If that doesnt work, go to your
app/Providers/Filament/AdminPanelProvider.php
, and add ->default()
to the panel
so something like
Yeah I solved it
What was the issue?