Lloyd
Lloyd
FFilament
Created by Lloyd on 11/14/2024 in #❓┊help
ApexCharts - Don't Render Section
OK I've got he Blade view how I want (modified in /vendor), how can I make this persist in resources?
<div x-data="{ dropdownOpen: false }" @apexhcharts-dropdown.window="dropdownOpen = $event.detail.open">

<x-filament-apex-charts::chart :$chartId :$chartOptions :$contentHeight :$pollingInterval :$loadingIndicator
:$darkMode :$deferLoading :$readyToLoad :$extraJsOptions />
</div>
<div x-data="{ dropdownOpen: false }" @apexhcharts-dropdown.window="dropdownOpen = $event.detail.open">

<x-filament-apex-charts::chart :$chartId :$chartOptions :$contentHeight :$pollingInterval :$loadingIndicator
:$darkMode :$deferLoading :$readyToLoad :$extraJsOptions />
</div>
5 replies
FFilament
Created by Lloyd on 11/14/2024 in #❓┊help
ApexCharts - Don't Render Section
No description
5 replies
FFilament
Created by Lloyd on 11/12/2024 in #❓┊help
Global Search Hooks
Thanks again! Looking at the source code, it looks like this method can accept $search which may be what I'm looking for - https://github.com/filamentphp/filament/blob/3.x/packages/panels/src/Resources/Resource.php#L448
6 replies
FFilament
Created by Lloyd on 11/12/2024 in #❓┊help
Global Search Hooks
Thank you @awcodes, how can I access the actual search content here though? (i.e. the content input to the search box) - as I’ll need to transform it to a query
6 replies
FFilament
Created by Lloyd on 10/23/2024 in #❓┊help
Columns\Layout\Stack - Record Spacing
thanks @awcodes, could I not make the row below "snap up" and take the area that was occupied?
7 replies
FFilament
Created by Lloyd on 10/23/2024 in #❓┊help
Columns\Layout\Stack - Record Spacing
Could anyone help? Thanks in advance 🙏
7 replies
FFilament
Created by Lloyd on 10/23/2024 in #❓┊help
Columns\Layout\Stack - Record Spacing
No description
7 replies
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
Awesome, thanks! I've got image as a key in:
protected function mutateFormDataBeforeSave(array $data): array
{
log('form_data',[$data]);
protected function mutateFormDataBeforeSave(array $data): array
{
log('form_data',[$data]);
how do I resolve the image path to an actual path? it simply gives me for example:
{"image":"01JATDC7YWHQP7NMN2MDMNN45D.png"
{"image":"01JATDC7YWHQP7NMN2MDMNN45D.png"
9 replies
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
Thank you @Alex'R. How can I send it to an API after it has been submit/upload, to fix it? Is that the correct event?
9 replies
FFilament
Created by Lloyd on 10/16/2024 in #❓┊help
Creating UUID (PK) in form
I managed to fix this, thanks!
6 replies
FFilament
Created by Lloyd on 10/16/2024 in #❓┊help
Creating UUID (PK) in form
Any hook I pass doesn't add any data at all
6 replies
FFilament
Created by Lloyd on 10/16/2024 in #❓┊help
Creating UUID (PK) in form
I've tried that, but I need to use the ID to populate another field which is auto-generated. Even when I set Str::uuid(), its using a different ID. id is set to fillable on the model too
6 replies
FFilament
Created by Lloyd on 10/1/2024 in #❓┊help
ListView Entries As Widget
That is exactly what I mean, thank you!
4 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
Do you have any opinion on https://discord.com/channels/883083792112300104/1290710021637668865 ? Also, please please give me a way to PayPal you or something.
13 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
Thanks, that is updated now
13 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
How do I buy you a coffee?
13 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
Oh hey, that worked. Thank you!
13 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
I'm not to my knowledge, let me have a try at that
13 replies
FFilament
Created by Lloyd on 10/2/2024 in #❓┊help
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [filament.pages.auth.regis
Hey, the output is:
% php artisan about --only=Filament

Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.97
Views .............................................................................................................................. NOT PUBLISHED
% php artisan about --only=Filament

Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.97
Views .............................................................................................................................. NOT PUBLISHED
13 replies
FFilament
Created by Lloyd on 9/23/2024 in #❓┊help
Modal Form Submission - Exit After Submission
Thanks guys!
8 replies