Stitch
Stitch
FFilament
Created by Stitch on 10/6/2024 in #❓┊help
Mobile support?
I have a few projects in FilamentPHP and am wondering if there is any mobile view/layout support or if it’s in the pipelines?
1 replies
FFilament
Created by Stitch on 4/14/2024 in #❓┊help
Having issues grabbing user_id using auth-guard:web
I'm using FIlamentPHP v3 and I'm having issues fetching the authenticated/logged in user_id in my OrderController, I'm using $userId = Auth::id(); fasacde but for some reason it's not letting me grab the authenticated user_id. I'm using the default authentication method that comes with Filament not sanctum etc, I'm protecting the route with auth-guard:web middle-wear which FilamentPHP uses by default. Is there something obvious that someone can see I'm doing wrong?
42 replies