The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
6.x
dusk:install
🖥
dusk:install
Install Dusk into the application
Options
proxy
- The proxy to download the binary through (example: "tcp://127.0.0.1:9000")
Optional
ssl-no-verify
- Bypass SSL certificate verification when installing through a proxy
Optional
php artisan dusk:install [--proxy [PROXY]] [--ssl-no-verify]
Click to copy