Yuvraj Timalsina
Yuvraj Timalsina
FFilament
Created by Luiz on 5/14/2024 in #❓┊help
How to show brand logo when sidebar is collapsed on desktop?
Do we have a quick workaround? 🫡
16 replies
FFilament
Created by Luiz on 5/14/2024 in #❓┊help
How to show brand logo when sidebar is collapsed on desktop?
I think it was available in filamentphp v2.
16 replies
FFilament
Created by Abi on 3/16/2024 in #❓┊help
setting a custom homeUrl after login doesn't seem to work
12 replies
FFilament
Created by thyk123 on 3/5/2024 in #❓┊help
Help for adding a form to a Livewire component.
Maybe you need to build your assets or have tailwindcss integration for frontend as well.
8 replies
FFilament
Created by Frédéric on 2/27/2024 in #❓┊help
Reverse upload image preview
@methos3469 Chain ->appendFiles() https://filamentphp.com/docs/3.x/forms/fields/file-upload#reordering-files
FileUpload::make('attachments')
->multiple()
->reorderable()
->appendFiles()
FileUpload::make('attachments')
->multiple()
->reorderable()
->appendFiles()
6 replies
FFilament
Created by thyk123 on 3/5/2024 in #❓┊help
Help for adding a form to a Livewire component.
@thyk123 Have you added @filamentStyles and @filamentScripts in your layout file?
8 replies
FFilament
Created by Iliyas M on 7/11/2023 in #❓┊help
Tooltip for hint icon/text
TextInput::make('name') ->hintIcon('heroicon-m-question-mark-circle', tooltip: 'Need some more information?')
TextInput::make('name') ->hintIcon('heroicon-m-question-mark-circle', tooltip: 'Need some more information?')
6 replies
FFilament
Created by dansing on 8/25/2023 in #❓┊help
How to redirect user to verify email page, after registration?
@ocram_82 let me know if you get it to work the way you need.
27 replies
FFilament
Created by dansing on 8/25/2023 in #❓┊help
How to redirect user to verify email page, after registration?
@krekas I suppose @ocram_82 means to say that registration should act as password reset i.e, after user requests for password reset, it displays a page indicating the user should check the mail, but in case after registration, it displays 403|FORBIDDEN rather than the message indicating that the user should verify his/her email.
27 replies