Mohamed Ayaou
Mohamed Ayaou
FFilament
Created by Dekus on 12/31/2024 in #❓┊help
Livewire Table action redirect the table ?
Yeah, it is a livewire issue too, cannot save the table between requests
7 replies
FFilament
Created by Vicky on 12/31/2024 in #❓┊help
when create data redirect to route print and redirect to index
one thing to mention is that printing a file might be done via an HTTP response (the default browser behavior), this may confict with the redirect HTTP response is they were sent for the same request so put attention to this
4 replies
FFilament
Created by Vicky on 12/31/2024 in #❓┊help
when create data redirect to route print and redirect to index
I think this link contains what you need: https://filamentphp.com/docs/3.x/panels/resources/creating-records#customizing-data-before-saving (reffer to the muteFormDataBeforeCreate and the redirect url and the life cycle hooks)
4 replies
FFilament
Created by Iced on 12/31/2024 in #❓┊help
Table Styling Problem Livewire
clear caches too, and check the browser console for any missing files
5 replies
FFilament
Created by Noor on 11/9/2023 in #❓┊help
Imported-errors information
Are you talking about a table for displaying all Imported files info (like a history or a logs system)?
6 replies
FFilament
Created by Noor on 11/9/2023 in #❓┊help
Imported-errors information
Please make it more clear.
6 replies
FFilament
Created by Noor on 11/9/2023 in #❓┊help
Imported-errors information
Can you clarify the question more? are you talking about filament built-in Export/Import or the file upload field? what do you mean with file information, the exported content or the file size, mimtype, and name?
6 replies
FFilament
Created by Elías Culqui on 12/29/2024 in #❓┊help
Does anyone know how to fix this error "ERROR Command "filament:optimize" is not defined"?
Don't forget to make this thread "Solved"
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
How did you create the custom page can you share more details
46 replies
FFilament
Created by Vicky on 12/26/2024 in #❓┊help
how to create 1 data to 3 table?
mutateFromDataBeforeCreation() is not suitable when you need to assign IDs, try handleRecordCreation() which gives you more control: https://filamentphp.com/docs/3.x/panels/resources/creating-records#customizing-the-creation-process
11 replies
FFilament
Created by Señor Nikola on 12/26/2024 in #❓┊help
Tailwind Classes Issue
If you are using a custom theme, then the root tailwind.config.js is not being used for the Filament Panel assets bundling, instead a new one in the resources/css/filament (I think) folder is being used for the panels
7 replies
FFilament
Created by Señor Nikola on 12/26/2024 in #❓┊help
Tailwind Classes Issue
Be sure it is within the content targeted paths
7 replies
FFilament
Created by Señor Nikola on 12/26/2024 in #❓┊help
Tailwind Classes Issue
Also make sure your tailwindcss is compiling the classes from that file
7 replies
FFilament
Created by Señor Nikola on 12/26/2024 in #❓┊help
Tailwind Classes Issue
Make sure the custom classes are generated by inspecting the browser CSS with a finder
7 replies
FFilament
Created by ruski on 12/19/2024 in #❓┊help
Terminal component
but i think it is only the laravel logs not the server ones
6 replies
FFilament
Created by ruski on 12/19/2024 in #❓┊help
Terminal component
if you want only to see the logs files then see this plugins and other similar ones: https://filamentphp.com/plugins/saade-laravel-log
6 replies
FFilament
Created by joao nivaldo on 12/17/2024 in #❓┊help
Login screen without text Inputs
does your console shows any errors, check the network tap in the dev tools too
6 replies
FFilament
Created by joao nivaldo on 12/17/2024 in #❓┊help
Login screen without text Inputs
Can you give more details like is it production or local env, and from when that starts?
6 replies
FFilament
Created by Umar Farooq on 12/12/2024 in #❓┊help
How to set the default selected records in the filament table?
try to modifie it.
63 replies
FFilament
Created by Umar Farooq on 12/12/2024 in #❓┊help
How to set the default selected records in the filament table?
maybe because the array in the @LeandroFerreira has 3 items?
63 replies