Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

thesimons's avatar

thesimons started a new conversation+100 XP

5mos ago

Filament keeps timeout

Hello,

I'm dev mode locally using Herd Pro. I'm working with a pretty heavy panel powered by Filament 4.

I have tweaked the tweak-able things. I have max exec time at 300 seconds. But it keeps going timeout.

Any idea how to avoid it? I have hard this issue before but the solution was for Windows.

Thanks, Simom

thesimons's avatar

thesimons wrote a reply+100 XP

6mos ago

Alternative way to achieve this kind of validation

That's a good point! However this is the logic for panel into the "private area".

Many errors would "redundant". In example if new_password is missing, I just need to have an error saying "password missing". I don't need "password missing" and "passwords don't match".

thesimons's avatar

thesimons wrote a reply+100 XP

6mos ago

Alternative way to achieve this kind of validation

I have redacted the guard with a generic "foo" for privacy.

thesimons's avatar

thesimons started a new conversation+100 XP

6mos ago

Alternative way to achieve this kind of validation

Hello,

don't kill me please. I tried the Laravel "validation" style but I'm unable to get the same result for the following (dirty) code.

Basically I want to flash one error at time. Could you please suggest a cleaner approach?

Thanks Simon