sigmarhophi
sigmarhophi
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
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
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
Initial Login Alpine Error
upgraded to 3.1.23, and I cleared local storage. Issue still remains.
15 replies
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
Initial Login Alpine Error
sorry, not for sure on how to make the post smaller
15 replies
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
Initial Login Alpine Error
15 replies
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
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
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
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
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
Initial Login Alpine Error
adding spa mode did not make a difference.
15 replies
FFilament
Created by sigmarhophi on 12/18/2023 in #❓┊help
Initial Login Alpine Error
I did not enable spa mode on the panel, but I can try it and see if that makes a difference.
15 replies
FFilament
Created by sigmarhophi on 12/7/2023 in #❓┊help
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
FFilament
Created by sigmarhophi on 12/7/2023 in #❓┊help
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
FFilament
Created by sigmarhophi on 12/7/2023 in #❓┊help
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
FFilament
Created by sigmarhophi on 12/7/2023 in #❓┊help
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
FFilament
Created by Mirakel on 12/7/2023 in #❓┊help
I have a boolean column published
Is the data being pulled from a DB as a boolean? if yes, then you can pass ->boolean() as a parameter
3 replies
FFilament
Created by Husky110 on 12/7/2023 in #❓┊help
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
FFilament
Created by Husky110 on 12/7/2023 in #❓┊help
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