#17 - set up Laravel Dusk (#18)

* #17 - set up Laravel Dusk

* #17 - ecs fix

* #17 - fix

* #17 - fix

* #17 - fix

* #17 - fix

* Update .env.dusk.local

Co-authored-by: Krzysztof Rewak <krzysztof.rewak@blumilk.pl>

Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
Co-authored-by: Krzysztof Rewak <krzysztof.rewak@blumilk.pl>
This commit is contained in:
Ewelina Lasowy
2022-01-18 12:22:02 +01:00
committed by GitHub
parent 0869395aab
commit 91bd46cc36
16 changed files with 397 additions and 27 deletions

View File

@@ -5,11 +5,6 @@ declare(strict_types=1);
return [
"default" => env("DB_CONNECTION", "mysql"),
"connections" => [
"testing" => [
"driver" => "sqlite",
"database" => ":memory:",
"prefix" => "",
],
"mysql" => [
"driver" => "mysql",
"url" => env("DATABASE_URL"),