Commit Graph

286 Commits

Author SHA1 Message Date
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 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
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
Taylor Otwell 6869a880b7 adjust wording 2017-04-21 11:39:59 -05:00
Andrew d771ee6c8a add queue prefix value
this PR goes along with https://github.com/laravel/framework/pull/18860
2017-04-20 15:31:39 -05:00
Taylor Otwell 4696e7bcb6 fix conflicts 2017-04-07 08:11:06 -05:00
Matthew Davis 323e553f33 Make app name configurable in environment file 2017-04-03 20:07:41 +01:00
Brent Shaffer a812983d0b Adds socket to config/database.php for consistency
For the mysql driver only (as this only applies to mysql) add the "socket" configuration parameter and corresponding environment variable.
2017-03-15 17:23:34 -07:00
Taylor Otwell 864a82918e fix comment 2017-03-06 08:50:01 -06:00
Fernando Henrique Bandeira a15f3ca8a9 Add Same-site to config 2017-03-06 08:56:41 -03:00
Dimitar Zlatev 63dc985f2f Use consistent config paths 2017-03-05 13:30:16 +02:00
Mohamed Said be631a6693 Apply fixes from StyleCI 2017-02-03 16:06:59 +00:00
Mohamed Said a6fdc9472f Put back configuration for sendmail 2017-02-03 18:06:39 +02:00
Taylor Otwell 5994e24215 Merge branch 'master' into develop 2017-01-21 10:15:21 -06:00
Taylor Otwell a9fad67e1f fix spacing 2017-01-21 10:15:05 -06:00
Drew Budwin d1fd418826 Fixed a typo in a block comment queue.php
Normally, words that start with vowels (like "unified") are preceded by "an" instead of "a."  However, "unified" is an exception to the rule.

Source: https://www.a-or-an.com/a_an/unified
2017-01-20 19:51:53 -05:00
Theo Kouzelis 1a5f5c6159 [5.4] Change PUSHER enviroment variable names 2017-01-18 20:56:57 +00:00
Taylor Otwell 7cf27b2146 make env variables for aws 2017-01-17 07:41:12 -06:00
Kennedy Tedesco ec85297677 [5.4] Remove compile.php
It's not used anymore.
2017-01-14 23:05:08 -02:00
Taylor Otwell 7b3e884757 Revert "[5.4] Change PUSHER enviroment variable names" 2017-01-04 15:39:53 -06:00
Taylor Otwell 251140ef8b use env var 2017-01-04 12:09:43 -06:00
Taylor Otwell 65d551002e remove url 2017-01-04 10:16:05 -06:00
Taylor Otwell da62be60e8 Put URL config option on the disk to make it obvious how to customize. 2017-01-04 08:51:49 -06:00
Taylor Otwell 7bb56eff6a Merge pull request #4093 from TheoKouzelis/fix/pusher-config
[5.4] Change PUSHER enviroment variable names
2017-01-04 07:48:56 -06:00
Theo Kouzelis de750d9ffb Change PUSHER enviroment variable names
pusher.com's copy and paste .env snippet uses enviroment variables that
all start with "PUSHER_APP". This commit brings the config files in line
with pusher.com
2017-01-04 00:29:19 +00:00
Taylor Otwell 770c41552f Remove fetch mode option. 2017-01-02 17:18:35 -06:00
Taylor Otwell 402b12f915 tweak default cache directory 2016-12-31 21:25:17 -06:00
Taylor Otwell 52f0196fd3 Move broadcast channel registration to a routes file.
These are very similar to routes in that they are channel endpoints
that your application supports and they also fully support route model
binding in Laravel 5.4. Upgraded applications do not need to make this
change if they do not want to.
2016-12-30 15:46:05 -06:00
Taylor Otwell b748931666 Merge pull request #4083 from laravel/tinker
[5.4] Added tinker to the default app
2016-12-29 16:55:25 -06:00
Graham Campbell d7b0e32786 Remove the "mail" driver as recommended, and add "array" 2016-12-29 13:17:27 +00:00