sigmarhophi
Initial Login Alpine Error
Ok, so I found out how to reproduce the issue. When using laravel's breeze login form and default auth process,
if you overwrite the $home variable to point to any filament dashboard,
OR
do any type of redirect to a filament dashboard,
then the alpine error shows up.
so I guess my next question, what is the correct way to redirect from laravel's breeze auth process to a filament dashboard?
15 replies
Initial Login Alpine Error
Thank you for the suggestion. I will clear local storage and try again. Additionally, I do not believe I have modified any view files. All changes have been vanilla changes as exampled via the official documentation.
15 replies
Initial Login Alpine Error
I did all the vanilla filament commands and configurations from the official site. Nothing out of the ordinary. I will gladly show code, what file would you like to see? the panel config? the dashboard page?
15 replies
Custom Page throws error with default code.
sheets have their own table, with a binders having a one to many with the sheets. basically, binders can have many sheets, sheets can only belong to one binder. I use a foreign key "binder_id" on the sheet table to store the relationship. I am thinking I will need another custom live wire component to make this work. I will probably make a "sheet" component which gets the sheet id attribute, then simply have the binder component call the sheet component how ever many times there are sheets.
12 replies
Custom Page throws error with default code.
ok, that is good to know. so is there a better way to implement pages with tabs which does concern itself with records? my end goal is to have tabs represent sheets which are part of a binder. when the tab is clicked, then the components or widgets of that sheet are exposed and interacted with.
12 replies
Custom Page throws error with default code.
I am not for sure how I can go higher up the tree. I was all ready at the root (top?). I hear you when you say that interactswithrecord is already part of interactswithform, yet when I try to use it, I get the error we are talking about. so something has broken or sperated them.
12 replies
Custom Page throws error with default code.
@DrByte thank you for the suggestion. I ended up using
use Filament\Forms\Concerns\InteractsWithForms;
as import. Funny thing, the official instruction do not have an import for interactswithrecord.12 replies
Change Brand/Logo URL in V3
Otherwise, here is the doco on just V3 logo: https://filamentphp.com/docs/3.x/panels/themes#adding-a-logo
8 replies
Change Brand/Logo URL in V3
here is the doco for upgrading the brand from V2 -> V3 https://filamentphp.com/docs/3.x/panels/upgrade-guide#logo-customization
8 replies