cant_code_4_real
cant_code_4_real
FFilament
Created by cant_code_4_real on 12/6/2023 in #❓┊help
htmlspecialchars(): Argument #1 ($string) must be of type string, Filament\Tables\Filters\Indicator
--force tag is used since the regular vendor:publish doesn't override nor update the views if they exist in the folder
6 replies
FFilament
Created by cant_code_4_real on 12/6/2023 in #❓┊help
htmlspecialchars(): Argument #1 ($string) must be of type string, Filament\Tables\Filters\Indicator
I used this command to update the filament-table views
php artisan vendor:publish --tag=filament-tables-views --force
php artisan vendor:publish --tag=filament-tables-views --force
Note: This will update all of the view files in the /resources/views/vendor/filament-tables
6 replies
FFilament
Created by cant_code_4_real on 12/6/2023 in #❓┊help
htmlspecialchars(): Argument #1 ($string) must be of type string, Filament\Tables\Filters\Indicator
I'm assuming this is due to the current filament code is latest, however the view files are still old
6 replies
FFilament
Created by cant_code_4_real on 12/6/2023 in #❓┊help
htmlspecialchars(): Argument #1 ($string) must be of type string, Filament\Tables\Filters\Indicator
I managed to fix this by re-publishing the view files for the filament-table
6 replies
FFilament
Created by cant_code_4_real on 10/31/2023 in #❓┊help
Using the laravel-dompdf package to convert the current page into a pdf
Thank you
6 replies
FFilament
Created by cant_code_4_real on 10/31/2023 in #❓┊help
Using the laravel-dompdf package to convert the current page into a pdf
I seee if that's the case I'll try the jsPDF
6 replies
FFilament
Created by cant_code_4_real on 10/30/2023 in #❓┊help
Is creating custom charts (e.g. using other chart js plugins) supported by filament?
Thank you I'll try this one out
4 replies
FFilament
Created by cant_code_4_real on 10/13/2023 in #❓┊help
No synthesizer found for key: ""
Just fixed the issue It is due to the default value of the property the file upload is set on I replaced it with null instead of ''
4 replies
FFilament
Created by cant_code_4_real on 10/6/2023 in #❓┊help
In CreateXXXX resource page, does it support data reactivity between the page and a custom widget?
Alright let me try that one, thank you!
5 replies