yohanan
yohanan
FFilament
Created by yohanan on 11/10/2024 in #❓┊help
Menu scroll to top After click on item.
Hi, i'm facing an issue with my app. When users clicks on an item on thé sidebar menu, it's not set focus on thé selected item, it's scrolling up. Is there an solution for that? How to fix it?
2 replies
FFilament
Created by yohanan on 10/6/2024 in #❓┊help
deploying laravel filament app on local machine issues
No description
47 replies
FFilament
Created by yohanan on 10/4/2024 in #❓┊help
how to upload image from an external link?
is there a way to upload image form an external link?
2 replies
FFilament
Created by yohanan on 9/6/2024 in #❓┊help
How to make Filament app work both online and offline
online: hosted on a server offline: hosted one is accessible even if there is no internet and when internet is established, data syncronization make both updated. is there a way to do that? or a plugin?
6 replies
FFilament
Created by yohanan on 7/31/2024 in #❓┊help
Set FileUpload value from another field
how can i set FileUpload value from another field? i'm trying to set an image to FileUpload field but it's not working.
i've got this error: "foreach() argument must be of type array|object, string given." actualy i'm doing it like: $set('image', $imagePath) and it's wrong. how can i do this?
5 replies
FFilament
Created by yohanan on 5/26/2024 in #❓┊help
Every dropdown menu become full width after installing spatie settings plugin
No description
8 replies
FFilament
Created by yohanan on 5/18/2024 in #❓┊help
using laravel controller with parameters not working.
Hi there I have to print an invoice's receipt from my app. So i'm using Rawilk's package for it. I created a controller in which i implemented the print code (just the demo code from Rawilk's package docs). Everything worked well until i tried to pass a parameter to the controller's method. For exemple passing an invoice ID to the method and trying to query datas inside it not working. Is that mean controller doesn't work as regular anymore in filament project? Is there a way to do it on filament ?
6 replies
FFilament
Created by yohanan on 5/10/2024 in #❓┊help
hintAction in custom livewire component form not working. same has createOptionForm
Hi there, Is it possible to use createOptionForm or hintAction in livewire component form? I've created an livewire component which implement HasForms. When i tried to use createOptionForm or hintAction on Select, nothing happening. No error, no modal. Can someone help please?
14 replies