File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -278,13 +278,6 @@ When a new developer clones your codebase, they will have an additional
278
278
** one-time step** to manually copy the ` .env.example ` file to ` .env ` and fill-in
279
279
their own values (or get any sensitive values from a project co-worker).
280
280
281
- phpdotenv is made for development environments, and generally should not be
282
- used in production. In production, the actual environment variables should be
283
- set so that there is no overhead of loading the ` .env ` file on each request.
284
- This can be achieved via an automated deployment process with tools like
285
- Vagrant, chef, or Puppet, or can be set manually with cloud hosts like
286
- Pagodabox and Heroku.
287
-
288
281
### Command Line Scripts
289
282
290
283
If you need to use environment variables that you have set in your ` .env ` file
You can’t perform that action at this time.
0 commit comments