Level 16
Someone came with a solution albeit not an elegant one.
Maybe you can use it? :)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello everyone,
I'm starting a new project with 5.4 and have an organisation issue : i'm used to gulp to run a watch on php files so i can TDD without re-run phpunit.
But Laravel now relies on webpack to watch for assets files, not on gulp anymore.
I know i can still use gulp, but i would like to follow the lead.
Does any of you had setup a tdd environnement with 5.4 ? What are your advices ?
Please or to participate in this conversation.