If I install dependencies without a file .env, I get an error:
Generating autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
In DuskServiceProvider.php line 43:
It is unsafe to run Dusk in production.
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
Corrected the sequence in the documentation, the file .env must be created before installing dependencies.
If I install dependencies without a file
.env
, I get an error:Corrected the sequence in the documentation, the file
.env
must be created before installing dependencies.