590 Commits

Author SHA1 Message Date
Julius Kiekbusch
0d939c9ebf
Remove auth_mode from config/mail.php (#5688) 2021-09-20 09:03:10 -05:00
Dries Vints
ec9ff4cd68
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-08-24 18:00:23 +02:00
Taylor Otwell
52de5d84f6 wip 2021-08-20 07:59:36 -05:00
Dries Vints
c512ba2b16
Update app.php (#5674) 2021-08-19 09:03:02 -05:00
Dwight Watson
3399464a74
Add failover driver to default mail config file (#5672)
* Add failover driver to default mail config file

* Remove empty spaces
2021-08-18 08:14:34 -05:00
Dries Vints
018bb3c157
Merge branch '8.x'
# Conflicts:
#	composer.json
2021-08-12 15:39:10 +02:00
Taylor Otwell
226d1bfc3c
[8.x] Sanctum (#5663)
* initial sanctum poc

* add files

* remove token
2021-08-11 13:44:34 -05:00
Dries Vints
77086029af
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-07-13 16:12:52 +02:00
Claas Augner
c636fd0f67
add RateLimiter facade alias (#5642) 2021-07-10 10:23:22 -05:00
Dries Vints
92cd828c64
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-06-01 17:49:55 +02:00
Taylor Otwell
c5d38d469a update skeleton for filesystem tweaks to make sail usage easier 2021-05-18 17:01:26 -05:00
Dries Vints
507d499577
Merge branch '8.x'
# Conflicts:
#	CHANGELOG.md
2021-05-18 17:38:28 +02:00
Hiren Keraliya
d3efbaab58
[8.x] Fixed grammar mistake (#5611)
* Grammar mistakes

* Update session.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2021-05-17 08:15:26 -05:00
Taylor Otwell
637c85d624 wip 2021-05-14 10:09:46 -05:00
Seyed Morteza Ebadi
3131f789ae
Add Octane cache store (#5610) 2021-05-14 10:09:09 -05:00
Reza Amini
2b4d7c8799
[9.x] Change default disk env key (#5568) 2021-03-19 09:03:08 -05:00
Jesper Noordsij
177e05beec
Add log level config value to stderr channel (#5558) 2021-03-10 08:52:57 -06:00
Tim MacDonald
89b15441a9
add date facade alias (#5556) 2021-03-10 08:13:17 -06:00
Brandon Surowiec
5cfd28df2d
Add missing 'after_commit' attribute (#5554)
There's a new `after_commit` config option that isn't in the default config: 
https://laravel.com/docs/8.x/queues#jobs-and-database-transactions

For new projects it may be better to have these defaulted to `true`, but I left it as `false` for now.
2021-03-09 08:51:56 -06:00
Karel Faille
2b8f3aa506
Use same default queue name for all drivers (#5549) 2021-03-02 13:35:52 -06:00
Khaled
6d082c81e5
add "ably" in comment as a broadcast connection (#5531)
'ably' was added in the connections array, but the comment was not updated to reflect this fact.
2021-02-06 18:35:22 -06:00
Taylor Otwell
e8788a7688 update cache 2020-12-16 15:51:26 -06:00
Taylor Otwell
bc339f7123 add lock_connection 2020-12-16 15:51:26 -06:00
Taylor Otwell
82213fbf40 remove cloud option 2020-11-25 10:24:16 -06:00
Taylor Otwell
d218676d4c Merge branch '8.x' of github.com:laravel/laravel into 8.x 2020-11-24 16:10:45 -06:00
Taylor Otwell
612d166004 comment out alias by default 2020-11-24 16:10:36 -06:00
Paras Malhotra
3c814aa8e2
[8.x] Add missing null cache driver in config/cache.php (#5472) 2020-11-18 07:45:08 -06:00
Taylor Otwell
5182e9c6de add ably entry 2020-11-17 17:07:32 -06:00
Iman
3adc2196f7
Modify the cache.php docblocks (#5468)
In new versions of laravel we do not directly specify the "cache driver" anymore but rather a "cache store", so it does not make sense to mention the drivers up there since laravel supports any arbitrary values defined below it by the user.
2020-11-12 07:55:54 -06:00
Taylor Otwell
aa6d366011 add sanctum cookie endpoint to default cors paths 2020-11-10 14:18:52 -06:00
Norgul
f12fd98414
Update logging.php (#5442)
Added `LOG_LEVEL` env variable
2020-10-05 15:11:23 -05:00
Taylor Otwell
710d472d76 models directory 2020-08-20 15:31:07 -05:00
Taylor Otwell
d6eda444a7 update defaults 2020-08-19 09:32:54 -05:00
Taylor Otwell
c10489131e fix formatting 2020-05-18 10:47:20 -05:00
fragkp
0f133c1e8e
set default auth_mode for smtp mail driver (#5293)
Co-authored-by: KP <pohl@new-data-services.de>
2020-05-01 09:35:51 -05:00
Dries Vints
e2c9261c2d
Merge branch '6.x' 2020-04-09 16:56:58 +02:00
Dries Vints
73f723a2f4
Add both endpoint and url env variables (#5276) 2020-04-09 09:54:25 -05:00
Taylor Otwell
2a2522d882 fix wording 2020-03-29 10:38:33 -05:00
Graham Campbell
6628b7a1b4 Merge branch '6.x' 2020-03-24 13:55:12 +00:00
Jacob Honoré
b7b6e35bf8
Fix s3 endpoint url reference (#5267) 2020-03-24 08:11:36 -05:00
Markus Podar
d82bf9768b
[7.x] Allow configuring the timeout for the smtp driver (#5262)
* Allow configuring the timeout for the smtp driver

The default is the same as in `\Swift_Transport_EsmtpTransport::$params`

* Corrected default

* Update mail.php

Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-03-15 11:25:50 -05:00
Mathieu TUDISCO
f93f4ad8bf
Fix session config changes (#5261)
* Fix session config changes

* Update session.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-03-13 14:53:56 -05:00
Barry vd. Heuvel
166abfa35c
Update default CORS config (#5259) 2020-03-11 15:08:52 -05:00
Roberto Aguilar
b0ce2adc42
Add new SQS queue suffix option (#5252)
As described in laravel/framework#31784, this option will allow to
define a queue name suffix.
2020-03-06 15:16:30 -06:00
Taylor Otwell
641fcfb60a remove config entry 2020-03-06 07:57:18 -06:00
Graham Campbell
36373983ad Merge branch '6.x' 2020-03-06 11:48:34 +00:00
Graham Campbell
5ddbfb8454
Ensure that app.debug is a bool 2020-03-06 11:47:59 +00:00
Mark van den Broek
efcf74f422
[7.x] Add Mailgun and Postmark mailer (#5243)
* Add Mailgun and Postmark mailer

* Formatting

* Update mail.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-03-04 08:05:25 -06:00
Benedikt Franke
c9cf57a00c
Add serialize option to array cache config (#5244)
This documents the new configuration option from https://github.com/laravel/framework/pull/31295
2020-03-04 08:04:39 -06:00
Maxime Willinger
672f626da1
Add array mailer (#5240) 2020-03-02 10:52:06 -06:00