This free course uses older versions of Laravel. It is provided as-is, without ongoing updates or individual support.
In this lesson, we install and configure Laravel Dusk, talk about some gotchas you might run into if you're not approaching it with the right mindset, and get a basic example browser test running.
We're using Laravel Dusk ^1.1 in this video and ^2.0 doesn't support Laravel 5.4, so if you're following along in 5.4, you'll want to install ^1.1 explicitly:
composer require laravel/dusk:^1.1