简体   繁体   中英

composer require --dev laravel/dusk:^1.0 give Nothing to install or update

trying to install laravel/dusk give me this error

> php artisan clear-compiled
 PHP Warning:  Module 'mongodb' already loaded in Unknown on line 0
 The compiled services file has been removed.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update

how to fix this ?

Looking at the information it seems you have already installed Laravel Dusk. Go to vendor/laravel directory and verify whether you have dusk folder inside.

Obviously to complete installation you should follow Dusk installation guide.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM