cant_code_4_real
Using the laravel-dompdf package to convert the current page into a pdf
Is there a guide on how to convert the current page or blade file into pdf?
I tried on my own but I'm encountering issues "Using $this when not in object context"
6 replies
Is creating custom charts (e.g. using other chart js plugins) supported by filament?
Hello does filament supports creating custom charts?
I checked the widgets docks and it seems it doesn't support or nor has a documentation for creating one.
Mainly I'm using other chart js plugins for this matter like this word cloud plugin
https://github.com/sgratzl/chartjs-chart-wordcloud
4 replies
What are the supported icons by Filament?
I've wondering, aside from HeroIcons are there any icon packs that filament supports by default without requiring installing other icon packs?
Though according in the Docs* it uses blade icons packages so it's mainly on installing other blade ui compatible icon packs to use them.
Currently I'm using the blade ui kit blade icons site as a reference to the heroicon icon name (https://blade-ui-kit.com/blade-icons/heroicon-o-chart-bar)
*https://filamentphp.com/docs/3.x/support/icons
4 replies
FileUpload not showing the preview of the images from the CDN when in the EditPage
Hello, I'm having this issue with the FileUpload input where it doesn't show the preview image from the CDN (digital ocean) when I'm in the Edit Page of a Resource.
The image preview will display only if I'm uploading or in the Create Page.
I'm not sure if this is due to how I save the image into my database, since I also concatenate the URL of my CDN since I setup FileUpload to upload the images there then save it on the database.
So it looks like thise: www.CDN_NAME_HERE.com/folder/filename.png
1 replies
In CreateXXXX resource page, does it support data reactivity between the page and a custom widget?
I have a CreatePost page, and in the getHeaderWidgets I created a widget for displaying the values from the CreatePost page mainly for providing preview of the contents before the user commits to save it.
In the docs, I have to use the CustomWidget::make( data here ) to pass the data between the Create page and the widget, however it doesnt support reactivity.
Does filament supports this or am I using the wrong tools or this use case?
5 replies