Wiin
Wiin
FFilament
Created by Wiin on 6/20/2024 in #❓┊help
Edit Action in table in custom livewire component not showing fields in modal
Thank you!
5 replies
FFilament
Created by Wiin on 8/10/2023 in #❓┊help
Relationship search in belongsTo select
Will give it a try thanks!
5 replies
FFilament
Created by nostrodamned on 8/2/2023 in #❓┊help
Anyone Successfuly Upgraded to V3 with Stancl Tenancy for Laravel Tenant Identification Issue
Like this in my case: //AppServiceProvider.php Livewire::setUpdateRoute(function ($handle) { return Route::post('/livewire/update', $handle) ->middleware([ 'web', 'universal', InitializeTenancyByDomain::class, ]); });
20 replies
FFilament
Created by nostrodamned on 8/2/2023 in #❓┊help
Anyone Successfuly Upgraded to V3 with Stancl Tenancy for Laravel Tenant Identification Issue
I have it working fine too, the problem in my case was that I was using the old livewire 2 configuration, same problem as @cCc , doing this fixes it: https://livewire.laravel.com/docs/installation#configuring-livewires-update-endpoint
20 replies
FFilament
Created by Wiin on 8/8/2023 in #❓┊help
Setting $panel->path('') causes route not defined error
Yep, that was the issue, confirmed. Thanks a lot
7 replies
FFilament
Created by Wiin on 8/8/2023 in #❓┊help
Setting $panel->path('') causes route not defined error
Yes already checked, I think I need to remove laravel default /login routes or something
7 replies
FFilament
Created by Wiin on 8/8/2023 in #❓┊help
Setting $panel->path('') causes route not defined error
Ok I think it might have something to do with the original laravel routes causing conflict with filament ones
7 replies