Yuvraj Timalsina
Yuvraj Timalsina
FFilament
Created by Yuvraj Timalsina on 12/8/2024 in #❓┊help
Unable to import huge CSV (500MB+).
My IDE crashed at even 5, Do we have lazycollection for here?
12 replies
FFilament
Created by Yuvraj Timalsina on 12/8/2024 in #❓┊help
Unable to import huge CSV (500MB+).
Using linux
12 replies
FFilament
Created by Yuvraj Timalsina on 12/8/2024 in #❓┊help
Unable to import huge CSV (500MB+).
I adjusted chunks as well but since data is too large, it consumes too much of memory and crashes.
12 replies
FFilament
Created by Saifulapm on 12/8/2024 in #❓┊help
Import not working..
You should have logs, it would be great if you could replicate and share access to the repo
8 replies
FFilament
Created by Yuvraj Timalsina on 12/9/2024 in #❓┊help
LazyCollection in ImportAction?
I have followed these all, working for most cases but with loads of data about 500mb of csv I ran into unexpected issues.
3 replies
FFilament
Created by Saifulapm on 12/8/2024 in #❓┊help
Import not working..
Seems alright, you may have queue running as well env configured properly as well. Try once by removing required mapping.
8 replies
FFilament
Created by Saifulapm on 12/8/2024 in #❓┊help
Import not working..
@Saifulapm any additional context as you've only shared a blackout video 😅
8 replies
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