beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
558 stars 62 forks source link

Adds dusk install command in README.md installation step #36

Closed rfpdl closed 5 years ago

rfpdl commented 5 years ago

After composer require, the test files and folders are missing, I am unable to proceed with the installation process.

Hope this will help. Thank you for the great package.

Plytas commented 5 years ago

I don't think this bellongs here. Command php artisan dusk:install is not provided by this package but rather by Dusk itself. You should set up Dusk first and follow installation steps there: https://laravel.com/docs/5.8/dusk#installation

rfpdl commented 5 years ago

@Plytas alright, I will close this. Thank you.