Add a dusk command for Laravel.

This new command will replicate Dusk behavior with .env.dusk files
This commit is contained in:
clmnt
2020-11-24 10:07:06 +01:00
parent cdf0a38145
commit de593c3b93
3 changed files with 50 additions and 0 deletions

View File

@ -44,6 +44,7 @@
"require-dev": {
"illuminate/console": "^7.16.1",
"illuminate/support": "^7.16.1",
"laravel/dusk": "^6.9.0",
"mockery/mockery": "^1.4.1",
"pestphp/pest-dev-tools": "dev-master"
},