#17 - set up Laravel Dusk #18
Reference in New Issue
Block a user
Delete Branch "#17-set-up-laravel-dusk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In memoriam https://github.com/blumilksoftware/eupms/pull/201 (2021-22) 🕯️
I would stay with order proposed in
.env.example.@@ -31,0 +28,4 @@<env name="DB_USERNAME" value="toby"/><env name="DB_PASSWORD" value="password"/><env name="MAIL_MAILER" value="array"/><env name="QUEUE_CONNECTION" value="sync"/>Do we need these with provided
.env.*files?@@ -31,0 +28,4 @@<env name="DB_USERNAME" value="toby"/><env name="DB_PASSWORD" value="password"/><env name="MAIL_MAILER" value="array"/><env name="QUEUE_CONNECTION" value="sync"/>I think that we need, because each
.env.*file is used for different cases:.env- local development.env.ci-tests run in CI.env.dusk.local- Laravel Dusk testsand
phpunit.xml- local tests