- Server operating system version
- AlmaLinux 8.7
- Plesk version and microupdate number
- 18.0.49 Update #2
While installing the application with the Laravel Toolkit, in the "Configuring the Laravel Application" step the toolkit copies the .env.example file to the .env.
In my opinion this is an error because the .env.example file, obtained from the git repository, must not contain production credentials.
By the way, if I create the .env file manually, it gets overwritten
Is there a solution to this? I don't understand why the toolkit deals with this thing.
In my opinion this is an error because the .env.example file, obtained from the git repository, must not contain production credentials.
By the way, if I create the .env file manually, it gets overwritten
Is there a solution to this? I don't understand why the toolkit deals with this thing.