Skip to content

Commit ffcaf1d

Browse files
Update README.md
1 parent dbcc609 commit ffcaf1d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,6 @@ When a new developer clones your codebase, they will have an additional
278278
**one-time step** to manually copy the `.env.example` file to `.env` and fill-in
279279
their own values (or get any sensitive values from a project co-worker).
280280

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-
288281
### Command Line Scripts
289282

290283
If you need to use environment variables that you have set in your `.env` file

0 commit comments

Comments
 (0)