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

Donnat's avatar

Browser testing in Laravel 7 with PHP7.4 currently

How to do Browser testing in Laravel 7 with PHP7.4 currently since laravel dusk require PHP8.1 to apply the fix on v7.9 ? Thanks

0 likes
7 replies
martinbean's avatar

@donnat You first upgrade to versions of PHP and Laravel that both aren’t massively outdated and no longer receiving security updates, and then you install a recent version of Dusk.

martinbean's avatar

@Donnat Leaving your application many versions behind so it is not receiving important security updates also “affects” your application.

1 like
Donnat's avatar

@martinbean What is the best way to upgrade Laravel version without compromising it ? Can you give resources to do that please ? Thanks

Please or to participate in this conversation.