Commit Graph

79 Commits

Author SHA1 Message Date
Caleb Porzio a191ebf2a6
"Trusting All Proxies": "**" is deprecated, use "*"
I was source diving fideloper's TrustedProxies package and found this:
```
        // Trust any IP address that calls us
        // `**` for backwards compatibility, but is depreciated
        if ($trustedIps === '*' || $trustedIps === '**') {
            return $this->setTrustedProxyIpAddressesToTheCallingIp($request);
        }
```
[see file on github](https://github.com/fideloper/TrustedProxy/blob/master/src/TrustProxies.php)

It looks like the package docs still make a distinction between the two, so probably don't need this - but figured I'd put it out there.
2018-02-26 14:49:00 -05:00
Rod Elias 010c069ee0
remove extra char 2018-02-14 21:14:27 -02:00
Taylor Otwell 78e920dea2 trusted proxy changes 2018-01-26 14:58:29 -06:00
Taylor Otwell 26394a1df5 formatting 2017-10-05 15:49:38 -05:00
Dariusz Czajkowski a84d28cc85 Added a note about accessing cookies via a facade 2017-10-05 21:37:19 +02:00
Taylor Otwell 2810bae847 update docs 2017-08-15 10:07:10 -05:00
Taylor Otwell c94ca4f34b trusted proxies 2017-08-15 09:15:15 -05:00
Taylor Otwell 5888b5dcb4 add filled method 2017-08-14 08:37:46 -05:00
Taylor Otwell c62e57c9a6 addressing some other changes 2017-08-09 13:31:27 -05:00
Taylor Otwell 0a2ecd66de formatting 2017-07-25 22:36:14 -04:00
Sven Luijten 4763572d42 Document \Illuminate\Http\Request::query() method 2017-07-25 12:52:50 +02:00
Alexey Pyltsyn 19856e6d4a Fix code style 2017-07-16 18:03:53 +03:00
Taylor Otwell 4f620b1d18 wording 2017-07-16 07:50:01 -05:00
Andrew Jorgenson e4e23c93e8 Request::Has(array) to test for multiple inputs 2017-07-14 16:03:22 -05:00
roquie 95ceb4d15c Fixed typo error. 2017-03-09 13:47:35 +03:00
Taylor Otwell e39705e763 document intersect method 2017-02-08 16:55:40 -06:00
Taylor Otwell 7f603e1b9b add note on normaliation 2017-02-07 10:51:59 -06:00
Taylor Otwell 35c3aaf583 fix heading 2017-01-30 07:47:39 -06:00
Taylor Otwell c8bf762126 Rule builders and UUIDs. 2017-01-16 14:45:10 -06:00
Andrew de37062062 grammar fix
http://www.englishpage.com/articles/a-vs-an.htm
2016-11-30 10:22:28 -06:00
Taylor Otwell 956fb05a78 wording 2016-11-28 07:55:22 -06:00
vlakoff 749a9beb5b Automatic filename generation now uses a different method 2016-11-27 21:23:22 +01:00
Nat Zimmermann f56f070b8a Fix links 2016-11-01 21:19:29 +00:00
Taylor Otwell 77b00d2355 working on redirect docs 2016-07-12 15:36:55 -05:00
Taylor Otwell 6a3d81dd33 refining docs 2016-07-12 13:46:08 -05:00
Taylor Otwell 63aa1e665c working on file docs 2016-07-12 13:32:39 -05:00
Taylor Otwell 68e344e28d working on request documentation 2016-07-12 10:43:27 -05:00
Taylor Otwell 42221376ac wording 2016-02-28 15:29:39 -06:00
Mohamed Said 995f3b19d5 Document the Request::fullUrlWithQuery() method 2016-02-28 18:58:41 +00:00
Taylor Otwell 22e939113d tweak wording 2016-02-11 08:48:29 -06:00
Daniel Abernathy eb36f86994 Add note about retrieving JSON input
Newcomers may not know that Laravel automatically maps JSON data to the request input, especially if they are just sending data with something like jQuery and not setting their Content-Type header.

There was a note about accepting JSON input in the 4.2 docs, which is where I borrowed the language from.

At the very least, this will be a hint for anyone who comes to the Requests page of the docs and does a cmd+F for 'json'.
2016-02-10 23:37:00 +01:00
Taylor Otwell 8df589a6c2 update dynamic 2016-01-05 09:59:21 -06:00
Taylor Otwell 3ee39e7727 fix imports 2015-12-22 10:13:19 -06:00
Taylor Otwell ba75b6b26e work on request docs 2015-12-16 16:38:58 -06:00
Taylor Otwell 247def4c26 note on dynamic input access 2015-10-23 16:20:51 -05:00
Taylor Otwell 0e48c6e0d2 psr2 2015-10-23 15:49:06 -05:00
Taylor Otwell 484a76e3f8 update wording 2015-09-15 14:44:33 -05:00
Jason Funk 47c7b2836c Fix the documentation for the `only` and `except` methods 2015-09-15 10:53:49 -05:00
= Geo = 75651ca929 replace all tabs with spaces (PSR-2) 2015-07-02 10:54:27 -04:00
Yada Khov c183ef4607 Put all namesapce on it's on line as reflective of PSR coding style and what's in the codebase 2015-06-12 09:43:31 -04:00
Taylor Otwell 7e3d35d07d Merge remote-tracking branch 'origin/5.1' into 5.1 2015-06-10 10:08:44 -05:00
Taylor Otwell 4de32670bb fix typo 2015-06-10 10:08:40 -05:00
Antony Budianto 820ad8a27f Fix blade link
Link is not broken, but in context of Blade and it has its own page.
2015-06-10 10:04:43 +07:00
Taylor Otwell 9c30461186 document psr7 compat 2015-06-06 21:59:36 -05:00
Taylor Otwell 35545c4d3b Merge pull request #1447 from bmitch/typos
A couple of typos
2015-05-23 17:02:13 -05:00
Antony Budianto 04cfd04640 Fix PHP Doc 2015-05-23 21:39:17 +07:00
Bill Mitchell fe302a8a90 A couple of typos 2015-05-23 07:56:51 +01:00
Taylor Otwell 6f1a1a8c40 fix order. 2015-05-22 14:33:30 -05:00
Taylor Otwell 68676258c8 working on response docs. 2015-05-22 13:32:01 -05:00
Taylor Otwell bc26552e0d work on request docs. 2015-05-22 11:38:21 -05:00