Hussain4real
Hussain4real
FFilament
Created by Hussain4real on 5/27/2024 in #❓┊help
Wizard in Resource
is it possible to persist step in query string like in normal Wizard Create Page? something like this from the docs:
Wizard::make([
// ...
])->persistStepInQueryString()
Wizard::make([
// ...
])->persistStepInQueryString()
2 replies
FFilament
Created by Hussain4real on 3/21/2024 in #❓┊help
Filament and Laravel Cashier Paddle
filament prevents click event of cashier paddle button
10 replies
FFilament
Created by Hussain4real on 2/29/2024 in #❓┊help
Centering Form, Infolist Component with their labels on mobile screen
How does one achieve centering Form and Infolist components including their labels on mobile, curently theyr'e all to the left
5 replies
FFilament
Created by Hussain4real on 2/28/2024 in #❓┊help
Spatie Filament Settings Command not recognizable
This Spatie Filament Settings Plugin command is not recognizable: php artisan make:filament-settings-page ManageFooter FooterSettings
4 replies
FFilament
Created by Hussain4real on 2/26/2024 in #❓┊help
Form component colors not working in Livewire component
if i add a form with ToggleButton component to a livewire component, the colors don't work despite having a custom theme
12 replies
FFilament
Created by Hussain4real on 2/11/2024 in #❓┊help
Relation Manager
is it possible to use dot notation to assign a relationship name to a relation manager?
2 replies
FFilament
Created by Hussain4real on 2/5/2024 in #❓┊help
S3 CORS
when trying to upload to s3 bucket got this error in my console: "Access to fetch at 'https://kno-buckets.s3.amazonaws.com/profile-photos/51/Kavitha-Rajendran-Mudaliar.jpg' from origin 'https://sms.test' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled." though the image is uploaded on the s3 bucket but can't be retrieved.
15 replies
FFilament
Created by Hussain4real on 2/1/2024 in #❓┊help
Multiple Panel Resource
is there a way to make a resource, Pages, or widget available to multiple panels ?
19 replies
FFilament
Created by Hussain4real on 1/31/2024 in #❓┊help
Javascript in custom Widget
how can i use javascript in filament custom widget view page:
<x-filament-widgets::widget>

<x-filament::section>
<div>{{ $this->studentInfolist }}</div>

</x-filament::section>
</x-filament-widgets::widget>
<x-filament-widgets::widget>

<x-filament::section>
<div>{{ $this->studentInfolist }}</div>

</x-filament::section>
</x-filament-widgets::widget>
4 replies
FFilament
Created by Hussain4real on 1/29/2024 in #❓┊help
Adding a page view to a Livewire component view
is there a way to add a page view to a livewire component view something like <livewire:filament.pages.thepageview/>
16 replies
FFilament
Created by Hussain4real on 1/29/2024 in #❓┊help
Exclude Certain Widgets From Second Dashboard
Is there a way to exclude some widget from showing on other dashboards that is not the main dashboard?
5 replies
FFilament
Created by Hussain4real on 1/19/2024 in #❓┊help
Caching
Is there a way to cache resource data in Filament?
2 replies
FFilament
Created by Hussain4real on 1/13/2024 in #❓┊help
Custom Page
Can someone use table builder in custom page of a resource?
8 replies
FFilament
Created by Hussain4real on 12/28/2023 in #❓┊help
Infolist ViewResource Test
Please who can help with test for ViewPage that uses infolist instead of the default disabled form view.
10 replies
FFilament
Created by Hussain4real on 12/14/2023 in #❓┊help
Searching Record in AttachAction
Accdording to the Docs, to search records to attach in a relationship manager one can specify the columns to search using this syntax: '''AttachAction::make() ->recordSelectSearchColumns(['title', 'description'])''' what if the title attribute is from another model that has a relationship with the current model? i tried using dot notation but not working e.g ([author.tittle'])
7 replies
FFilament
Created by Hussain4real on 12/13/2023 in #❓┊help
Searching Record
Accdording to the Docs, to search records to attach in a relationship manager one can specify the columns to search using this syntax: '''AttachAction::make() ->recordSelectSearchColumns(['title', 'description'])''' what if the title attribute is from another model that has a relationship with the current model? i tried using dot notation but not working e.g ([author.tittle'])
2 replies
FFilament
Created by Hussain4real on 12/10/2023 in #❓┊help
Importer Error message ambiguous
I'm getting thise error when importing csv file: "The file field must be a file of type: text/csv, text/plain."
4 replies
FFilament
Created by Hussain4real on 12/9/2023 in #❓┊help
Multiple Choice Question
Can Filament form Builder/Repeater component be use for multiple choice questions with Radio form field or CheckboxList field?
5 replies
FFilament
Created by Hussain4real on 12/6/2023 in #❓┊help
Reactive Filters
is it possible to make filters like SelectFilter reactive so that it's value can be retrieved using Get $get?
1 replies
FFilament
Created by Hussain4real on 12/5/2023 in #❓┊help
ImportColumn
Is there a way to ignore the data of some fields when saving import?. though those fields have value
2 replies