-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after upgrading to Laravel 5.8 #614
Comments
Please add the result of |
barryvdh/laravel-debugbar v3.2.3 PHP Debugbar integration for Laravel |
The issue is that Dusk 5.0 wants to support both Laravel 5.7 and 5.8, but they require different versions of the |
phpdotenv 3.3 came with Laravel 5.8. Should I downgrade to 2.2? |
Composer won't let you do that and it would break Laravel. I don't think there's anything you can do right now. This has to be fixed by Dusk. |
I think the same. Thanks for your help! |
Released v5.0.1 which should fix this. |
Thanks, @driesvints! That fixed the problem! |
After updating to Laravel 5.8, when running php artisan dusk, I get:
Symfony\Component\Debug\Exception\FatalThrowableError : Argument 1 passed to Dotenv\Dotenv::__construct() must be an instance of Dotenv\Loader, string given, called in /vendor/laravel/dusk/src/Console/DuskCommand.php on line 208
The text was updated successfully, but these errors were encountered: