dusk-dashboard
dusk-dashboard copied to clipboard
Run dashboard from browser
It would be cool if I could start the listener dashboard from the bowser. But when I call
Artisan::call('dusk:dashboard');
in my controller I get
The "./tests/Browser" directory does not exist.
However when I call from the cli php artisan dusk:dashboard, the dashboard starts fine