#17 - set up Laravel Dusk

This commit is contained in:
EwelinaLasowy
2022-01-14 13:44:14 +01:00
parent 0869395aab
commit c9b5c220e9
14 changed files with 377 additions and 20 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"),