Errors running Laravel Dusk
问题 I just discovered Laravel Dusk, and I was excited to use it in my project. However, it can't seem to get it to work. I followed the Laravel Documentation to install Dusk. When I run php artisan dusk in the terminal, I get [Symfony\Component\Process\Exception\RuntimeException] TTY mode is not supported on Windows platform. I found this (https://github.com/laravel/dusk/pull/13/files) which is supposed to fix it I think, but I still get the error. Also, I attempted to run the Dusk tests through