463 Commits

Author SHA1 Message Date
Hugues Joyal
7259889fcd missing newline 2018-03-19 13:29:20 -04:00
Hugues Joyal
af91d97b68 better comment formating 2018-03-18 08:59:04 -04:00
Hugues Joyal
18701f51ea New line formating 2018-03-18 08:38:20 -04:00
Hugues Joyal
010d713898 style-ci fix 2018-03-18 07:50:27 -04:00
Hugues Joyal
4f8a093dcc Add hashing configuration 2018-03-18 07:47:34 -04:00
Taylor Otwell
29a1739099 add wording 2018-03-14 14:19:07 -05:00
Taylor Otwell
66f5757d58 add stderr example 2018-03-14 14:17:27 -05:00
Taylor Otwell
c30adc88c1 adjust variable name 2018-03-13 13:38:47 -05:00
Taylor Otwell
10340d3a02 fix wording 2018-03-13 13:37:32 -05:00
Jason Judge
37b9e0f76d
The default queue "driver" is actually a "connection"
The description here has bothered me for a while, because it is kind of misleading.

The `QUEUE_DRIVER` environment variable perhaps also needs changing to `QUEUE_CONNECTION`, but I'm not sure if that is just too engrained in legacy systems now? I can change that on this PR if you agree, and also the matching `QUEUE_DRIVER=sync` in `.env.example`.
2018-03-13 18:29:01 +00:00
Taylor Otwell
a58ceaf6fb
Update filesystems.php 2018-02-27 14:32:22 -06:00
Taylor Otwell
c56e3865db
Update filesystems.php 2018-02-27 14:32:00 -06:00
Michal
2572ce1e36 add sftp to supported storage drivers 2018-02-27 19:03:03 +01:00
Taylor Otwell
bac7595f02 add hashing config 2018-01-30 08:38:49 -06:00
Taylor Otwell
ebb0a2a84f change the default logging channel 2018-01-26 14:41:53 -06:00
Taylor Otwell
2eeca4e220 change name 2018-01-26 10:45:22 -06:00
Taylor Otwell
d6d0013562 add block_for option 2018-01-26 09:05:27 -06:00
Taylor Otwell
6284528b76 update driver list 2018-01-18 08:55:30 -06:00
Taylor Otwell
f6e0fd7ac3 slack driver config 2018-01-18 08:53:51 -06:00
Taylor Otwell
ff0bec857e update to stack 2018-01-18 08:26:24 -06:00
Taylor Otwell
bd5783b5e9 add aggregate example 2018-01-16 11:52:42 -06:00
Taylor Otwell
acabdff2e3 update log configuration file 2018-01-04 15:28:26 -06:00
Graham Campbell
8067ed6dd3 Merge branch 'master' into develop 2017-12-26 12:32:52 +00:00
Taylor Otwell
a4af0b5318
Update broadcasting.php 2017-12-24 08:11:34 -06:00
Mohamed Said
80b59fd375 fix style 2017-12-24 13:24:14 +02:00
Mohamed Said
84b126d90d include cluster in pusher config 2017-12-24 13:22:35 +02:00
Taylor Otwell
5a08a3572d Merge branch 'master' into develop 2017-12-19 08:16:16 -06:00
Taylor Otwell
aa4b02358a fix name 2017-12-19 08:08:25 -06:00
Pavinthan
bafe459963
Name sort 2017-12-19 12:44:14 +05:30
Pavinthan
41ea79f20e
Update SQS config 2017-12-19 12:42:36 +05:30
Graham Campbell
0da4d7db6f Merge branch 'master' into develop 2017-12-18 11:31:05 +00:00
Taylor Otwell
411ff5978c
Update filesystems.php 2017-11-10 08:19:10 -06:00
Johann Pardanaud
dfd494f051 Support custom URLs for AWS storage 2017-11-09 20:46:09 +01:00
Michael Dyrynda
f1253690c5 Update AWS environment variable defaults
Aids those users that are using the AWS CLI tools, by matching the `filesystems.disks.s3`
configuration values with those that would be set in a user's native environment already.

AWS Documentation [reference](http://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html)

Resolves laravel/internals#778
2017-10-26 10:44:00 +10:30
Caleb Porzio
084f100045 Load config.session.lifetime from env file 2017-10-04 09:52:03 -04:00
Taylor Otwell
80e96d276a Revert "Use database_path helper for sqlite database filename specified in .env" 2017-09-11 08:04:12 -05:00
Adrian Harabula
982e95b5fb use database_path helper for sqlite database filename specified in .env 2017-09-09 21:48:43 +03:00
ThunderbirdsX3
b8120bfb55 Update cache prefix.
Make cache prefix like session cookie.
2017-09-06 16:38:40 +07:00
Taylor Otwell
a6c68c24c9 fixing conflicts 2017-08-30 11:55:27 +02:00
Jorge González
601b665ba3 Fix in comment in config/app.php
I know it is a small thing but it's driving me crazy!
2017-08-17 23:47:12 -05:00
Taylor Otwell
df5b100521 formatting 2017-06-29 13:36:21 -05:00
Yitzchok Willroth
28719679b7 🔧 Slugify new session.cookie to comply with RFC 6265. 2017-06-29 13:42:31 -04:00
Yitzchok Willroth
a7f2c060b2 🔧 🔧 Reduce discoverability of session cookie name.
Derives session.cookie from SESSION_COOKIE, falling back to (snake_cased) APP_NAME . '_session', falling back to 'laravel_session' (current) in order to make it less discoverable, thereby (slightly) reducing threat vector.
2017-06-29 12:12:19 -04:00
Taylor Otwell
6db0f350fb no longer needed with autodiscovery 2017-06-01 11:39:13 -05:00
Taylor Otwell
11dfcf6d1a fix conflicts 2017-05-07 09:56:20 -05:00
Frederik Sauer
bdca9d4781 Added port to sqlsrv settings
Most installations won't work without it.
2017-05-03 23:55:48 +02:00
Hélio
94b39dc576 Fix the commit for pass StyleCI 2017-05-03 13:22:10 -03:00
Hélio
e26bd3ffb0 Add sqlsrv as group connection
Since the doc says that the Laravel supports SQL Server out of the box, makes sense add it, out of the box.
2017-05-03 13:20:25 -03:00
Laurence Ioannou
86e4e204aa Update queue.php 2017-04-28 21:19:14 +01:00
Caique Castro
312a79f673
Allow filesystem to be changed on config
Allow to change the filesystem storage on the fly.
For example, you can swap the storage disk with a fake one with
Storage::fake for tests.
2017-04-23 14:44:18 -03:00