beyondcode / dusk-dashboard

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

What's the minimum Laravel version that this package supports to? #22

Closed jtrod closed 5 years ago

jtrod commented 5 years ago

Hi.. Nice package @mpociot , thank you very much. Is this package compatible with any Dusk version? Like way back to Laravel 5.4?? Sorry if it is documented, I think I just missed it.

nikazooz commented 5 years ago

Hi @jtrod Based on composer.json file this package requires latest version of Dusk (v4) running on Laravel 5.6 or 5.7. Hope it's helpful

jtrod commented 5 years ago

Thanks for the reply. Yep, it helps. I totally forgot to check that file.

chrispecoraro commented 5 years ago

Does anyone know what it would take to get it working on Laravel 5.5 or does anybody have a fork working? I'll start investigating.