giuseppemastrodonato
giuseppemastrodonato
FFilament
Created by Arjen on 12/1/2023 in #❓┊help
Convert Filament::registerScripts
Same issue here. Did you find a way to register vite scripts in v3?
5 replies
FFilament
Created by giuseppemastrodonato on 1/8/2024 in #❓┊help
SPA Mode & custom JS
I tried that but it wasn't working. What would be the syntax for Vite JS scripts?
10 replies
FFilament
Created by giuseppemastrodonato on 1/8/2024 in #❓┊help
SPA Mode & custom JS
Oh, just want to let you know that I have solved the issue. I have added this hook in the JS file to refresh preline components on "livewire:navigate". document.addEventListener('livewire:navigated', () => { window.HSStaticMethods.autoInit(); })
10 replies
FFilament
Created by Wiebe on 11/28/2023 in #❓┊help
S3 cors errors (sometimes)
Hi! Did you solve it?
7 replies
FFilament
Created by giuseppemastrodonato on 9/20/2023 in #❓┊help
CORS setup with custom FILAMENT_DOMAIN
Thanks for your feedback. Ho can I set the headers in laravel sail and Forge? 🙂
9 replies
FFilament
Created by giuseppemastrodonato on 9/20/2023 in #❓┊help
CORS setup with custom FILAMENT_DOMAIN
already tried with that...still not working :/
9 replies
FFilament
Created by giuseppemastrodonato on 9/20/2023 in #❓┊help
CORS setup with custom FILAMENT_DOMAIN
Currently my cors is like this but I've tried so may combos 😅 <?php return [ /* |-------------------------------------------------------------------------- | Cross-Origin Resource Sharing (CORS) Configuration |-------------------------------------------------------------------------- | | Here you may configure your settings for cross-origin resource sharing | or "CORS". This determines what cross-origin operations may execute | in web browsers. You are free to adjust these settings as needed. | | To learn more: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | */ 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false, ];
9 replies
FFilament
Created by giuseppemastrodonato on 6/22/2023 in #❓┊help
Tables\Columns\Select trigger error on null/placeholder selection
4 replies