Skip to content

With laravel's package auto-discovery, the composer install fails when it tries…

Samuel requested to merge samuel-cloete/gitlab-ee:patch-5 into master

What does this MR do?

With laravel's package auto-discovery, the composer install fails when it tries to install Dusk as it thinks it's running in production. This runs the cp .env.example .env command composer install

Merge request reports