Remove Dashboard Page
How do I remove the default dashboard page from filament and how when login is directed to another route, for example route products?
I have deleted or ->pages in AdminPanelProvider but why does the Dashboard Menu still appear
11 Replies
I've followed the instructions you gave but I'm getting an error like this
Target [Filament\Http\Responses\Auth\Contracts\LoginResponse] is not instantiable while building [000000000000013e0000000000000000].
then follow again🤷♂️ works 100%
https://github.com/filamentphp/filament/blob/3.x/packages/panels/src/Pages/Auth/Login.php#L80
Is this how it's implemented?
why you commented out in the service provider one line?
That's why the error is like this even though the LoginResponse.php location path is correct
Target class [App\Http\Responses\LoginResponse] does not exist.
You can see the picture above, it is appropriate to place the LoginResponse.php file
which is in app/Http/Responses/LoginResponse.php
Either you haven't created the file or it's in wrong directory or with wrong namespace
Or cache issue
ah yes you are right it has worked. for those who delete the default dashboard menu from the filament why is it still there even though I have deleted it
Again, maybe cache?
yes you are right it turns out the cache in the filament, thank you very much or the help