daudau
daudau
Explore posts from servers
FFilament
Created by daudau on 6/30/2024 in #❓┊help
hidden field depends on current page
For example, I have Site resource which show server_ip of server which it belongs to. In the server edit page, I have a SitesRelationManager to show list sites of the server. I reuse the method SiteResource::table($table), so how could I hiden the server_ip column only in the EditServer page?
3 replies
CDCloudflare Developers
Created by daudau on 6/29/2024 in #general-help
Cloudflare truncate html response to 1MB
It seem cloudflare truncate the html repsonse to 1MB (my response was 1.8MB), when proxying, It was working fine on my local and without proxy, but when active cloudflare proxy to get free SSL, it was loading forever and timeout. It was working fine before, just happen recently
2 replies
FFilament
Created by daudau on 3/27/2024 in #❓┊help
Spatie media library in RichEditor component
anyone integrate the Spatie media library in RichEditor component for image upload
1 replies
FFilament
Created by daudau on 12/31/2023 in #❓┊help
how to defer expensive api call in form Wizard step
I'm using the form wizard, example in my step 1, there are some options for user select (which already has default values) Then in step 2, I use these options to call expensive api call. But it seem the api already call in the step one, even the step 2 not render yet. Any one has solution for this situation like this, thank you so much
5 replies
FFilament
Created by daudau on 12/8/2023 in #❓┊help
how to use Filament `primary`, `success` color
Hi, I want to use some color of Filament in custom form field to consistency look and field, but I don't know how to make it, because user can change the color in the PanelServiceProvider. Anyone has a good approach for this situation, thank you
13 replies
FFilament
Created by daudau on 11/8/2023 in #❓┊help
how to display relation managers as vertical list instead of tabs
hi, anyone know any options do achive that? Or how could I write my own. Thank you
3 replies
FFilament
Created by daudau on 8/11/2023 in #❓┊help
Error when loading js file on production
Anyone get error when loading assets on production. My site is already running on https
Uncaught (in promise) TypeError: error loading dynamically imported module: http://customedge.co/js/filament/forms/components/tags-input.js?v=3.0.17.0
download https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_getModule https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_download https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_componentStrategy https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_setupComponent https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_setupComponents https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
start https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
<anonymous> https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
dispatch2 https://customedge.co/livewire/livewire.js?id=99a05389:1100
start https://customedge.co/livewire/livewire.js?id=99a05389:1132
start3 https://customedge.co/livewire/livewire.js?id=99a05389:7989
<anonymous> https://customedge.co/livewire/livewire.js?id=99a05389:8890
EventListener.handleEvent* https://customedge.co/livewire/livewire.js?id=99a05389:8889
<anonymous> https://customedge.co/livewire/livewire.js?id=99a05389:8893
async-alpine.js:1:1099
Uncaught (in promise) TypeError: error loading dynamically imported module: http://customedge.co/js/filament/forms/components/tags-input.js?v=3.0.17.0
download https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_getModule https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_download https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_componentStrategy https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_setupComponent https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
_setupComponents https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
start https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
<anonymous> https://customedge.co/js/filament/support/async-alpine.js?v=3.0.17.0:1
dispatch2 https://customedge.co/livewire/livewire.js?id=99a05389:1100
start https://customedge.co/livewire/livewire.js?id=99a05389:1132
start3 https://customedge.co/livewire/livewire.js?id=99a05389:7989
<anonymous> https://customedge.co/livewire/livewire.js?id=99a05389:8890
EventListener.handleEvent* https://customedge.co/livewire/livewire.js?id=99a05389:8889
<anonymous> https://customedge.co/livewire/livewire.js?id=99a05389:8893
async-alpine.js:1:1099
4 replies
FFilament
Created by daudau on 8/8/2023 in #❓┊help
How to access the before row $record in the table builder?
As an example in my case, I want to check if the before row is same parent_id with current row, how could I do that in Filament v3?
3 replies
CDCloudflare Developers
Created by daudau on 6/20/2023 in #general-help
pricing cloudflare workers for proxy files
hi, I do have a plan to use Cloudflare workers for streaming file download for my server, it maybe up to 200GB per day. I can not find any information about pricing for this situation on Cloudflare. Can someone help me how much it will cost, or will it violate any TOS of Cloudflare? I don't want to do something wrong, and get my account banned.
7 replies