I updated composer using
composer update
having error
To resolve this i tried to do composer require --dev laravel/dusk
This is throwing
Any thing which i am missing ?
Please assist.
As you are using Laravel 5.4
version you need to install ^2.0
of laravel dusk version.
Try this command to install it:
composer require --dev laravel/dusk:^2.0
Then add
Laravel\Dusk\DuskServiceProvider::class,
in providers
array in config/app.php
file.
This might be fixed your issue!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With