JamesA
allow unauthenticated users read only access to resource
Neither do I so why should I take my time to learn the inner workingings of Filament just to submit a PR to make filament do what it should already sdo if it was what you claim it to be
52 replies
allow unauthenticated users read only access to resource
Because I have time to figure out the structure of a lrage package and PR a basic feature you didn;t already include. No thanks I am just not going to use FIlament problem solved because again you're still obliviously just and admin panel
52 replies
allow unauthenticated users read only access to resource
Also BTW Laravel DOES support guests in policies, and has for awhile: https://laravel.com/docs/5.7/authorization#guest-users
52 replies
allow unauthenticated users read only access to resource
A normal Laravel page is of no help. I need to allow gues access to view an actual filament resouce. So I guess my only option is to not use Filament then and just make eveything custom. Seems like a MASSIVE oversight
52 replies
Multitenant route prefix
I didn't realize but it seems filament already adds the tenant ID to the route after the panel. I was planing on using multiple panels for organizing resources but I could just create a single panel with no path so then the url will be example.com/{orgid} which is closer to what I want but I still want to do /organization/{ordid} would that be possible at least?
8 replies