Jospeh
Jospeh
FFilament
Created by Jospeh on 11/29/2024 in #❓┊help
Filament v3 exporter xlsx
Again
16 replies
FFilament
Created by Jospeh on 11/29/2024 in #❓┊help
Filament v3 exporter xlsx
İ ll check it all
16 replies
FFilament
Created by Jospeh on 11/29/2024 in #❓┊help
Filament v3 exporter xlsx
The project runs without any issues on both laptops. The problem only occurs with the XLSX download button in the Filament exporter.
16 replies
FFilament
Created by Jospeh on 11/29/2024 in #❓┊help
Filament v3 exporter xlsx
Yes
16 replies
FFilament
Created by Jospeh on 11/29/2024 in #❓┊help
Filament v3 exporter xlsx
The APP_URL in the .env file is the same on both laptops.
16 replies
FFilament
Created by Jospeh on 11/29/2024 in #❓┊help
Filament v3 exporter xlsx
Both laptops have the same local IP address. When I download as a CSV file, there is no issue. However, when I click the button to download as an XLSX file, this error occurs.
16 replies
FFilament
Created by Jospeh on 10/11/2024 in #❓┊help
XSS Protection with "amidesfahani/filament-tinyeditor" in Laravel Filament V3
I am just learning. Can you give an example of this? How could I do it?
7 replies
FFilament
Created by Jospeh on 10/11/2024 in #❓┊help
XSS Protection with "amidesfahani/filament-tinyeditor" in Laravel Filament V3
TinyEditor::make('description') ->label('Content') ->extraInputAttributes(['style' => 'height: 500px;']) ->required() ->afterStateUpdated(function ($state, callable $set) { return Purifier::clean($state); }), Is this approach correct?
7 replies