Support for multiple .env file. |
Hi Kenjis,
When working in development environment, when we want to see/test how it is in production environment, it is being needed. It is not a personal preference actually, Symfony has it too. It's been a while I asked this question, I ended up with a command that symlinks .env file. Here is the command: PHP Code: namespace App\Commands; |
Messages In This Thread |
Support for multiple .env file. - by yahyaerturan - 12-19-2021, 05:50 PM
RE: Support for multiple .env file. - by b126 - 03-06-2024, 10:47 AM
RE: Support for multiple .env file. - by kenjis - 03-06-2024, 04:56 PM
RE: Support for multiple .env file. - by b126 - 03-07-2024, 03:52 AM
RE: Support for multiple .env file. - by yahyaerturan - 03-06-2024, 09:42 PM
RE: Support for multiple .env file. - by kenjis - 03-06-2024, 09:53 PM
RE: Support for multiple .env file. - by InsiteFX - 03-06-2024, 11:52 PM
RE: Support for multiple .env file. - by kenjis - 03-07-2024, 04:32 AM
RE: Support for multiple .env file. - by b126 - 03-07-2024, 08:47 AM
RE: Support for multiple .env file. - by kenjis - 03-07-2024, 04:36 AM
RE: Support for multiple .env file. - by JustJohnQ - 03-07-2024, 05:49 AM
|