Alexandre
FFilament
β’Created by Chili con Timo on 3/21/2025 in #ββhelp
[Tab]-Key and [Arrow]-Keys in combination with Selectbox causes strange things
Hi, it's a problem linked to a dependency: ChoiceJS. The problem has been fixed on their side, and will be available for V4.Find out more here: https://github.com/filamentphp/filament/issues/5707 π
8 replies
FFilament
β’Created by Alexandre on 3/6/2025 in #ββhelp
Unit test problem in a ViewRecord resource

11 replies
FFilament
β’Created by Alexandre on 3/6/2025 in #ββhelp
Unit test problem in a ViewRecord resource
Here my action on Github :
11 replies
FFilament
β’Created by Alexandre on 3/6/2025 in #ββhelp
Unit test problem in a ViewRecord resource

11 replies
FFilament
β’Created by Alexandre on 3/6/2025 in #ββhelp
Unit test problem in a ViewRecord resource

11 replies
FFilament
β’Created by Alexandre on 3/6/2025 in #ββhelp
Unit test problem in a ViewRecord resource
From my terminal I run
vendor\bin\pest
And from PHPStorm I can see this in the console when I click on the play button :
I use the Pest Plugin π
If I click on the button to run all the tests in the file, it fails, but if I run each function one after the other, it works.
11 replies
FFilament
β’Created by Alexandre on 2/21/2025 in #ββhelp
How do I use actions on a ViewRecord page?
Oh mamma mia, I'm an idiot but it's almost the weekend π. I'm going to make the most of it by picking daisies in the fields and getting some fresh air. π
Sorry π
10 replies
FFilament
β’Created by Alexandre on 2/21/2025 in #ββhelp
How do I use actions on a ViewRecord page?

10 replies
FFilament
β’Created by Alexandre on 2/21/2025 in #ββhelp
How do I use actions on a ViewRecord page?
Hi, thanks for your answer but that didn't change anything π₯
10 replies
FFilament
β’Created by Alexandre on 2/11/2025 in #ββhelp
Need advice on the login logic of my application
Thank you for your response.
I thought about it at first, but I wasn't quite sure how to retrieve the entire nested layout of filament (not just the login form but HTML, body, ...), which I feel are other Livewire components
Knowing that I will also need to do the same with the passwordReset. The whole thing seemed a bit tricky to me, but I might be mistaken... π
And the advantage here is that I can put it on Filament without having to tweak my views...
Aside from the URL, do you see any potential issues with what Iβve implemented?
7 replies
FFilament
β’Created by Alexandre on 1/27/2025 in #ββhelp
Is it possible to display key : value in a TextColumn ?
Ahhh I see, thank you for your clarification π
7 replies
FFilament
β’Created by Alexandre on 1/27/2025 in #ββhelp
Is it possible to display key : value in a TextColumn ?

7 replies
FFilament
β’Created by Finn on 1/23/2025 in #ββhelp
Disable search engine indexing
Hi,
For my part, I add the meta tag in the HEAD_START hook directly in the boot() of my AppServiceProvider:
4 replies
FFilament
β’Created by Rolland on 11/18/2024 in #ββhelp
No application encryption key has been specified
Hi,
Do you have a value associated with
APP_KEY
in your .ENV file?
If not, you can use the php artisan key:generate
command to create it.5 replies
FFilament
β’Created by NothingToSay on 11/12/2024 in #ββhelp
Disable back button for wizard on modal
Hi.
You have this method :
->previousAction()
So you can try that :
->previousAction(fn (Action $action): Action => $action->extraAttributes(['class' => 'hidden']))
Cf. https://github.com/filamentphp/filament/discussions/9942#discussioncomment-77022425 replies
FFilament
β’Created by dyo on 11/11/2024 in #ββhelp
Adjust the component height
And when you look in the inspector, can you see that the CSS class has been added?
8 replies
FFilament
β’Created by Alexandre on 9/3/2024 in #ββhelp
Incremental itemLabel for repeater

7 replies
FFilament
β’Created by Asmit Nepali on 10/15/2024 in #ββhelp
File Upload Issue
The image sent is in base64. Try increasing the value of your client_max_body_size in php.ini (and maybe post_max_size too)
9 replies
FFilament
β’Created by Asmit Nepali on 10/15/2024 in #ββhelp
File Upload Issue
Do you have a particular error in your console?
9 replies
FFilament
β’Created by Asmit Nepali on 10/15/2024 in #ββhelp
File Upload Issue
Just to be sure, is the max file upload size value sufficient in your php.ini file?
9 replies