Commit Graph

74 Commits

Author SHA1 Message Date
Frank Sepulveda 8998cf5533 Add BROADCAST_DRIVER on .env
Having pusher keys, the file should contain the key for the broadcast also.
2016-08-19 10:42:01 -07:00
Taylor Otwell ffd7ad912e Revert recent changes to env file. 2016-08-19 07:20:12 -05:00
Taylor Otwell 655dbadd1e tweaking default setup 2016-08-11 14:47:29 -05:00
Taylor Otwell 196c267562 resolve conflicts and clean up file 2016-08-04 08:21:57 -05:00
Phil Bates bcf3935071 Wrap .env.example variable values in quotes
When the developer copies .env.example to .env they are unlikely to
add quotes to the values in .env. When the developer needs to
set the value of an environment variable to a value containing a
space, as none of the existing values in .env are quoted, the
developer is unlikely to wrap this new value with spaces in quotes.
This will result in an error, as The vlucas/phpdotenv library throws
an error when setting an environment variable to a value with a space.

Quote all default environment variables by default, reducing the
likelihood of the developer ever receiving the error relating to
environment variables needing to be quoted when they contain spaces.

This excludes true, null etc. even though wrapping them in quotes
would still result in the desired behaviour, as it is more intuitive
to see these special types not wrapped in quotes.

The current default values in .env.example don't contain any spaces,
so this commit will make no difference out of the box; its only
purpose is to help out the developer further down the line on the day
when they need to set an environment variable to a value containing
spaces.

Also, the vlucas/phpdotenv library docs currently uses quoted
variables in every example, so quoting .env.example's values will lead
to more consistency with those docs. This will likely stop any
confusion for the developer when reading the vlucas/phpdotenv docs.

See laravel/framework#14586, laravel/docs#2223
2016-08-02 13:55:08 +01:00
crynobone 007c0190a3 [5.2] Remove default APP_KEY value
Signed-off-by: crynobone <crynobone@gmail.com>
2016-08-02 08:09:41 +08:00
Taylor Otwell 767801a317 working on formatting 2016-06-04 09:37:32 -05:00
Michael Dyrynda 7259c265e6 Add application log level configuration
This config option ties in with changes in fbd6e77 that were tagged in
v5.2.35 of the framework.
2016-06-04 09:58:04 +09:30
Michael Burton fb0f915d4b Update .env.example
add DB_CONNECTION as env variable - it is already checked for in config/database.php
2016-03-25 11:53:57 +00:00
TGM 9fc55e8464 Added DB_PORT as a default enviroment variable 2016-03-01 14:29:05 +02:00
Aden Fraser 278c41887c APP_URL added to Environment Configuration 2016-02-17 23:29:24 +00:00
jspringe 2b1cc83171 Changed localhost to 127.0.0.1 2016-01-28 13:42:43 -05:00
Taylor Otwell 4fba29c0ec fix problems 2015-12-07 12:03:49 -06:00
Cory Fowler a33c66cf47 changed redis support to load config from env 2015-12-01 14:15:22 -08:00
Jonathan Torres fef3aa0709 Newline. 2015-07-17 23:27:24 +00:00
Sinan Eldem fad5c6ee9b support for unencrypted mail server usage like mailcatcher.me 2015-03-04 11:26:14 +02:00
Mark Redeman 43f66d5976 Added QUEUE_DRIVER to .env.example 2015-03-01 19:31:33 +01:00
Taylor Otwell 8e15c7f73e A few tweaks to mail config. 2015-02-22 19:48:52 -06:00
Martin Bean 4310e0b3ea Made mail config values configurable by .env file. 2015-02-17 22:59:32 +00:00
Taylor Otwell 78b9b7d9b9 Use string "true". 2014-12-15 13:07:32 -06:00
Taylor Otwell 7a8b2256a3 Update value. 2014-12-15 08:49:07 -06:00
Taylor Otwell 92f1d87605 Cleaning up a few things. 2014-12-05 16:25:46 -06:00
Taylor Otwell 9309699de1 Tweaking setup. 2014-12-04 21:13:15 -06:00
Taylor Otwell e16868571b Add example configuration file. 2014-10-08 17:15:40 -05:00