PaulaAndrea
PaulaAndrea
FFilament
Created by PaulaAndrea on 11/14/2023 in #❓┊help
user
Good afternoon, I have a question, I do not know whether to implement multi tenancy for something like this, where a broker has tracks, because I want the tracking is associated with that broker, currently the table saves the user_id and do not know how when you log in that broker only bring those who registered, because currently if you register a tracking can see them all.
6 replies
FFilament
Created by PaulaAndrea on 11/10/2023 in #❓┊help
User
No description
8 replies
FFilament
Created by PaulaAndrea on 9/18/2023 in #❓┊help
Login in production
I am making a small system with filament V3 and I uploaded it to cPanel, the local works perfectly, but when I wanted to login in the server it does not do it, in the user model I have the users that can access, if I enter some wrong data it does not validate it. public function canAccessPanel(Panel $panel): bool { return $this->hasRole(['Admin', 'test', 'Property Broker']); } you can test here https://panel.homentor.cl/public/admin/login User: test@gmail.com pass: 12345
9 replies