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

jonnyhocks's avatar

jonnyhocks wrote a comment+100 XP

2mos ago

Laravel From Scratch (2026 Edition): Ep 26, Browser Testing Registration Forms With Pest

@Antimated When I installed inside ddev, I had this come up at the end of the installation:

Host system is missing dependencies to run browsers. ║ ║ Please install them with the following command: ║ ║ ║ ║ sudo npx playwright install-deps

Did you run that?

As an aside, the test that Jeffrey ran using click() for the submit button on the register form didn't work for me, so I edited to use submit() instead and then the test passed inside ddev.

jonnyhocks's avatar

jonnyhocks liked a comment+100 XP

3mos ago

Laravel From Scratch (2026 Edition): Ep 23, Final Project Setup

@nosthas