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
compatible with chrome 137 ?
@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.
@Donnat Leaving your application many versions behind so it is not receiving important security updates also “affects” your application.
@martinbean What is the best way to upgrade Laravel version without compromising it ? Can you give resources to do that please ? Thanks
@Donnat Sure:
Follow those in order.
Please sign in or create an account to participate in this conversation.