kokpithua
kokpithua
FFilament
Created by kokpithua on 11/6/2023 in #❓┊help
Filtering many to many relations
Does anyone know how to filter based on two tables with a many to many relations? I keep geeting the following error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tags' in 'where clause' SELECT count(*) AS aggregate FROM tasks WHERE (tags IN (2))
27 replies
FFilament
Created by kokpithua on 11/5/2023 in #❓┊help
Abstract methods in models
I am trying to modify my project to allow all users that have @tribes.work.com. Whenever i try to login however i get the following error Class App\Models\User contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Filament\Models\Contracts\FilamentUser::canAccessPanel). Anyone have any solutions?
8 replies
FFilament
Created by kokpithua on 11/4/2023 in #❓┊help
Routing issues
Hey all, I'm kind of new to using filament, and I would appreciate some help if possible. I am trying to build a dashboard panel for an admin but i want to use my own route not the preset one from filament.
13 replies