*
*
FFilament
Created by * on 8/15/2023 in #❓┊help
Testing select field options
No, sadly I didn't and moved on without testing that.
10 replies
FFilament
Created by Dhruva on 8/1/2023 in #❓┊help
Unable to locate file in Vite manifest: resources/css/filament/admin/theme.css on Production
This is what I ended up doing as well.
25 replies
FFilament
Created by Wessire on 8/12/2023 in #❓┊help
How to include Vite compiled JS into admin panel?
This saved my life, thanks for sharing.
8 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
Wish it was discoverable via the docs.
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
This was helpful
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
Can confirm I can plug in and call my own action to save the relationship to inject additional data into the pivot row using saveRelationshipsUsing(function ($component, $state, $get)
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
This might just resolve my issue, I'm going to try and post here.
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
@pboivin does not help my case as it's called after getState
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
No description
14 replies
FFilament
Created by * on 9/7/2023 in #❓┊help
Inserting pivot data without RelationManager
Upping this in case it gets some attention on a Monday.
14 replies
FFilament
Created by Albert Lens on 8/30/2023 in #❓┊help
How to DELETE resource completely and correctly???. Having trouble
I'd rather rename my resource to something that is not reserved by Filament
19 replies
FFilament
Created by Albert Lens on 8/30/2023 in #❓┊help
How to DELETE resource completely and correctly???. Having trouble
But, I'm not sure if it's a good idea, too much cognitive overhead
19 replies
FFilament
Created by Albert Lens on 8/30/2023 in #❓┊help
How to DELETE resource completely and correctly???. Having trouble
use Namespace\CreateRecord as MyCreateRecord
use Namespace\CreateRecord as MyCreateRecord
19 replies
FFilament
Created by Albert Lens on 8/30/2023 in #❓┊help
How to DELETE resource completely and correctly???. Having trouble
You need to alias your imports if you want to use CreateRecord etc...
19 replies
FFilament
Created by * on 8/29/2023 in #❓┊help
using hiddenOn and hidden in conjunction
Oh, I didn't know about $context. This does exactly what I want, thank you!
5 replies
FFilament
Created by * on 8/15/2023 in #❓┊help
Testing select field options
I know I can simulate clicks and then test the desired functionality, but looking for alternative takes on properly testing this without going out of the Filament component context, if that makes sense.
10 replies
FFilament
Created by * on 8/15/2023 in #❓┊help
Testing select field options
assertSee and assertSeeHtml do not work for me in this case because the options are not readily available when the component renders.
10 replies
FFilament
Created by * on 8/7/2023 in #❓┊help
formatStateUsing() and a nullable boolean column
Thanks @Dennis Koch, you saved me a lot of time I would've spent debugging this.
12 replies