Commit Graph

101 Commits

Author SHA1 Message Date
Ethan Rogers 13fb632cf2
Fix grammar in configuration.md 2018-07-24 12:50:43 -07:00
Taylor Otwell 25efef722a formatting 2018-05-07 09:26:58 -05:00
Rod Elias 4b9e1259a6
add --allow option to maintenance mode 2018-05-03 22:10:45 -03:00
Taylor Otwell 758b1a57bc tweak formatting 2018-03-30 08:16:16 -05:00
Andrew 4360e44990 add explanation of special environment variables 2018-03-29 14:31:44 -05:00
Jim Fisher e73c40f0de
Don't say simply 2018-01-23 17:48:13 +00:00
Taylor Otwell d74311ef08 wording 2018-01-04 07:52:23 -06:00
Paolo Caleffi 4b30bb5090
env - config:cache behaviour clarification 2018-01-04 13:23:03 +01:00
trevorgehman d6293141f5 Clarify .env.testing functionality 2017-11-21 11:38:26 -05:00
Mehdi Esmaeili df3adec919 typo 2017-10-08 19:30:10 +03:30
Taylor Otwell 85de75d92a fix 2017-06-27 09:49:15 -05:00
Taylor Otwell bd22021a8c Create configuration.md 2017-06-10 15:55:59 -05:00
Geo Artemenko 670d5247fa add description of environment check against an array functionality 2017-06-10 15:50:32 -04:00
Taylor Otwell a755916fa7 adjust wording and tips 2017-04-04 06:38:42 -05:00
Taylor Otwell 4a74557827 Change word. 2017-04-03 22:54:48 -05:00
Paulo Freitas e22286a901 Improve the environment configuration documentation
- Moves two general-topic paragraphs from "Retrieving Environment Configuration" sub-section into the main "Environment Configuration" section
- Adds a security note about committing .env files
- Adds a general note to clarify that .env files variables can be overridden by external environment variables
- Makes the "Retrieving Environment Configuration" sub-section linkable
- Adds a tip to the "Determining The Current Environment" sub-section to mention that the APP_ENV variable could be overridden at server-level configuration
2017-04-03 22:02:25 -03:00
Taylor Otwell fe3a59361d fix wording 2017-01-14 19:24:47 -06:00
James Furey 7d7b9f87f6 Added "Caching And Env" note
Added warning from "Upgrade Guide > Configuration > Caching And Env" to "Configuration Caching".
2017-01-15 10:06:02 +11:00
Taylor Otwell 7c2ab60c50 adjust error section and config 2016-12-16 16:02:55 -06:00
Eric Pridham 4e02869e9f fixed word 2016-12-04 16:59:34 -08:00
Daniel Oliveira 2305926651 Replaced single quotes with double quotes in Artisan command
With single quotes I get this error:

[Symfony\Component\Console\Exception\RuntimeException]
Too many arguments, expected arguments "command".

With double quotes it works fine.
2016-11-25 12:50:01 +00:00
Taylor Otwell 6088ef9b00 working on wording 2016-10-31 08:09:25 -05:00
Jaime Masson 9b2ae9e2ec note that you can use a different env file when testing 2016-10-30 16:52:34 -07:00
Taylor Otwell 5e1b427f5c wording 2016-08-12 11:21:38 -05:00
Taylor Otwell 0e9685de9f wording tweaks 2016-07-11 14:01:42 -05:00
Taylor Otwell 11ceef9b70 Merge branch '5.2' 2016-04-07 09:05:50 -05:00
Taylor Otwell 14a060cff8 remove confusign docs 2016-04-07 09:05:37 -05:00
Taylor Otwell 2f3495646f fix conflicts 2016-03-14 09:53:37 -05:00
Taylor Otwell 009a5cbdf0 fix numerous wording problems. 2016-03-04 07:36:47 -06:00
Christophe Graniczny 49f8881f71 Load env file if it matches the current environment 2016-03-04 07:07:41 +00:00
Taylor Otwell 0deaba5af7 fix wording 2016-01-31 10:14:06 -06:00
Bill Mitchell aa41959176 Added info about new MaintenanceModeException 2016-01-30 18:24:32 +00:00
Taylor Otwell 8b79afdc06 working on homestead docs 2015-12-16 11:34:16 -06:00
Taylor Otwell 04969c6159 working on installation and config docs 2015-12-16 10:32:20 -06:00
Taylor Otwell 5ed25d55a1 working on docs 2015-05-29 12:05:31 -05:00
Taylor Otwell f0749d5524 Fix conflicts. 2015-05-01 10:16:56 -05:00
Taylor Otwell b2c5795978 Remove conflict junk. 2015-05-01 10:16:38 -05:00
Taylor Otwell 2a45bcda61 fix conflicts. 2015-05-01 08:01:47 -05:00
Taylor Otwell 95f9380c1e use placeholder for version 2015-05-01 07:47:39 -05:00
Taylor Otwell ebf4f3ac61 Working on docs. 2015-03-30 15:07:18 -05:00
Taylor Otwell d42f9d1c8d Clarification. 2015-03-30 15:04:54 -05:00
Taylor Otwell c717a98ad8 Configuration docs. 2015-03-30 15:04:30 -05:00
Taylor Otwell 07b3356635 Update docs. 2015-03-25 11:27:00 -05:00
Taylor Otwell bc14cb5afb Merge branch '5.0' 2015-03-24 08:23:34 -05:00
Taylor Otwell 573787f6ad update docs 2015-03-24 08:23:27 -05:00
Taylor Otwell 16d43aa667 Fix. 2015-03-23 20:58:40 -05:00
An Phan fd01fbace1 Added an instruction to replace FollowSymLinks with SymLinksIfOwnerMatch 2015-03-23 11:59:20 +08:00
Taylor Otwell 880ad46dac Fix conflicts. 2015-03-22 13:28:12 -05:00
Austin H e78a390eeb Standarize indentation to tabs instead of mixture.
Currently the indentation is, for the most part, tabs. However, some of the
indentation is spaces, and there doesn't seem to be a good reason for a
lot of this indentation switch.

For example, some of the indentation is only 3 spaces or 7 spaces instead of
4 or 8. This is even more inconsistent and has probably happened over time
as a result of PRs.  This fixes inconsistencies such as that and makes
it 1 tab or 2 tabs.

This does not change specifically-spaced formatting to tabs, such as
aligning far-spaced -> in the queries markdown document and other
documents, meaning that ->'s are still perfectly aligned.

For example, the following is changed:

Old:

    if (Auth::attempt(['email' => $email, 'password' => $password, 'active' => 1]))
    {
        // The user is active, not suspended, and exists.
    }

New:

	if (Auth::attempt(['email' => $email, 'password' => $password, 'active' => 1]))
	{
		// The user is active, not suspended, and exists.
	}

Alternatively, the following is not changed:

	DB::table('users')
	        ->join('contacts', function($join)
	        {
	        	$join->on('users.id', '=', 'contacts.user_id')
	        	     ->where('contacts.user_id', '>', 5);
	        })
	        ->get();

This is to preserve the formatting of -> alignment.
2015-03-20 18:45:15 -07:00
Taylor Otwell 627265818b fix conflicts. 2015-02-15 21:58:30 -06:00