SnaggyDainc
Filament configuration in Laravel Cloud
what is the error? if you're getting 403
my first though is that you haven't set this:
https://filamentphp.com/docs/3.x/panels/installation#allowing-users-to-access-a-panel
3 replies
Admin and User Panel
what you can do is to use build in filament methods on your provider like that:
Also to build separate side for User and Admin you could follow this:
https://filamentexamples.com/tutorial/multiple-panels-sign-in-via-one-sign-in-page
4 replies
Restrict non filament panel user, accessing filament admin panel.
You can use a Middleware or Filament Response to that
https://filamentexamples.com/tutorial/multiple-panels-sign-in-via-one-sign-in-page
8 replies