bree
bree
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
okay, i'll do that, thanks!
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
i still have to set it up where the panel shows all of the users and their info and allows me to delete/edit a user, how do i do that?
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
that was a lot simpler than i thought it would be
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
oh okay thanks
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
are you sure? how can i set it up locally though and test? my current url isnt localhost its something.test, not sure if that matters at all, but it hosted locally for now, just not at localhost
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
but anyone can still access the panel
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
i did public function canAccessPanel(Panel $panel): bool { $adminEmail = '[email protected]'; return $this->email === $adminEmail; } but still anyone can access the panel, not sure what else to do, chatgpt says i need to add an is_admin flag to the db and create middleware for the routes
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
it says when running locally all users can access the panel but can i edit the user model and test it out locally
22 replies
FFilament
Created by bree on 9/25/2023 in #❓┊help
Integrate filament with jetstream
how do i restrict access to the panel for just that user? right now, any user can login. thanks
22 replies