toeknee
toeknee
FFilament
Created by yakup.php on 9/5/2024 in #❓┊help
The data.thumbnail.4343244 failed to upload.
inspect the console and see what is shown
4 replies
FFilament
Created by Messenger of truth on 9/5/2024 in #❓┊help
Cant Upload File With 401 Error.
like having a permissions issue
8 replies
FFilament
Created by pocket.racer on 9/6/2024 in #❓┊help
How to hide placeholder of file upload field?
Just add some extra class attributes and hide it with css then if you want.
11 replies
FFilament
Created by pocket.racer on 9/6/2024 in #❓┊help
How to hide placeholder of file upload field?
or ->placeholder(false)
11 replies
FFilament
Created by pocket.racer on 9/6/2024 in #❓┊help
How to hide placeholder of file upload field?
->placeholder(' ')
11 replies
FFilament
Created by lodeki on 10/19/2023 in #❓┊help
Page widget showing on dashboard
Please open a new post.
32 replies
FFilament
Created by B2 on 9/6/2024 in #❓┊help
Export action doesn't work anymore
so run: Composer update That action still exists in the altest version failing the above run: php artisan about and provide the filament version.
4 replies
FFilament
Created by Khairul Imran on 9/6/2024 in #❓┊help
Table view suddenly be weird layout
Can you run: npm run build
8 replies
FFilament
Created by Kaaiman on 9/6/2024 in #❓┊help
Empty tenant login
I don't thinkso you probably need to have a default global tenant.
6 replies
FFilament
Created by Kaaiman on 9/6/2024 in #❓┊help
Empty tenant login
That's standard, no tenant are required. It's up to you to add tenancy if you want tenancy.
6 replies
FFilament
Created by B2 on 9/6/2024 in #❓┊help
Export action doesn't work anymore
IT's saying that FilamentActionsExportAction class cannot be found. That class doesn't exist in your code or in filament vendor so have a look where you have declared it. I suspect you want: Filament\Actions\ExportAction
4 replies
FFilament
Created by arif on 9/6/2024 in #❓┊help
How to change resource path from /css/ to /pkl/public/?
Have you linked your storage?
3 replies
FFilament
Created by Khairul Imran on 9/6/2024 in #❓┊help
Table view suddenly be weird layout
what version of filament are you on?
8 replies
FFilament
Created by paulReal on 9/3/2024 in #❓┊help
Customize multi tenancy dropdown selector
Just target the class? .fi-sidebar-nav-tenant-menu-ctn then .fi-tenant-menu ?
4 replies
FFilament
Created by pocket.racer on 9/6/2024 in #❓┊help
How to hide placeholder of file upload field?
What is the place holder? that's so blured
11 replies
FFilament
Created by Hik on 8/30/2024 in #❓┊help
Don't allow user to delete notifications
Or just use css 😉
.fi-modal-content .fi-no-notification-close-btn {display: none !important;}
.fi-modal-content .fi-no-notification-close-btn {display: none !important;}
5 replies
FFilament
Created by Hugo on 9/5/2024 in #❓┊help
Is it possible to display a different file name on FileUpload?
4 replies
FFilament
Created by Hugo on 9/5/2024 in #❓┊help
Is it possible to display a different file name on FileUpload?
preserveFileName?
4 replies
FFilament
Created by vahnmarty on 9/5/2024 in #❓┊help
Filter with value having dash '-' is not properly working
what if you encode the dash?
4 replies
FFilament
Created by Vladimir on 9/5/2024 in #❓┊help
Is it possible to show multiple modals on page
We basically store the state and then flip between them to avoid hundreds of html modals but I have a feeling we are allowing multiples with a condition
10 replies