Hooligan Dev
Hooligan Dev
FFilament
Created by Hooligan Dev on 10/26/2023 in #❓┊help
Route [verification.verify] not defined when enabling emailVerification() on the panel
After upgrading to V3 I added the ->emailVerification() option but when I submit the form I get that error
8 replies
FFilament
Created by Hooligan Dev on 10/23/2023 in #❓┊help
Can Tabs be used as a (multi) widget?
In V2 I was using solutionforest filament-tab -plugin for creating a Widget that inside had more widgets separated by Tabs. The creator of this package is deprecating it in favor of Filament Core Tabs but reading the documentation I don't see a way to replicate the same behavior. It seems that they can only be used in Forms. How can I use Tabs in Widgets?
6 replies
FFilament
Created by Hooligan Dev on 10/19/2023 in #❓┊help
Select::isOptionDisabled(): Argument #2 ($label) must be of type string, null given
After upgrading to Filament 3 I am getting this error on some of my resources. I tried to follow the traces but nothing was clear there. Any idea what changed that made my app break?
28 replies
FFilament
Created by Hooligan Dev on 10/18/2023 in #❓┊help
Route not found after creating a second Panel
I created a new panel using the php artisan make:filament-panel users command After adding the service provider to config.app App\Providers\Filament\UsersPanelProvider::class I am getting the following error Route [filament.app.resources.users.index] not defined. What am I missing?
23 replies