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

edvordo's avatar

edvordo wrote a comment+100 XP

3mos ago

Everything New in Livewire 4: Ep 13, Optimistic UI with wire:show

@abrardev99 technically wire:click="componentMethod" already was javascript, it's just that the wire: prop prefix is "hiding" the $wire. prefix in the props content

edvordo's avatar

edvordo wrote a comment+100 XP

3mos ago

Everything New in Livewire 4: Ep 7, Co-locating Tests

@javedurrehman Why would you not want your tests in git? How do you share them with your coworkers?

But if you insist, you can still add *.test.php to your .gitignore and the test files will not be in git. This works recursively, so it doesn't matter where your *.test.php file is.