Taylor Otwell
311c3f823a
tweak phpunit.xml
2020-06-12 09:35:59 -05:00
Dries Vints
74df1e26e6
Merge pull request #5320 from barryvdh/patch-4
...
Bump fruitcake/laravel-cors
2020-06-12 10:36:11 +02:00
Barry vd. Heuvel
2f33300abe
Bump fruitcake/laravel-cors
2020-06-12 08:50:58 +02:00
Taylor Otwell
6e5f40939c
Update README.md
2020-06-03 08:30:51 -05:00
Taylor Otwell
9e5ba571a6
add password reset migration
2020-05-28 10:08:01 -05:00
Taylor Otwell
5639581ea5
add basic trust host middleware
2020-05-18 16:50:22 -05:00
Taylor Otwell
c10489131e
fix formatting
2020-05-18 10:47:20 -05:00
Ryan England
7b0b5d8310
Update sponsor link ( #5302 )
...
British Software Development have rebranded to Many, link and link text updated accordingly.
2020-05-14 08:50:14 -05:00
feek
7d62f500a7
chore: update typehint to be nullable ( #5296 )
...
By default, this property is null. Therefore, it should be marked as nullable
2020-05-04 08:31:39 -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
785405b34b
Merge branch '6.x'
2020-04-27 16:32:54 +02:00
Nabil Muh. Firdaus
d7d342c2f5
Disable webpack-dev-server host check ( #5288 )
2020-04-27 08:38:20 -05:00
Dries Vints
3cdfe0ce95
Merge branch '6.x'
...
# Conflicts:
# CHANGELOG.md
2020-04-16 09:47:28 +02:00
Dries Vints
8aab222c12
Update CHANGELOG.md
2020-04-16 09:45:26 +02:00
Dries Vints
b5f008a8bf
Update CHANGELOG.md
2020-04-15 13:46:52 +02:00
Dries Vints
103fc0b451
Merge pull request #5278 from voyula/patch-1
...
[7.x] Normalize Style
2020-04-14 10:58:32 +02:00
Musa
0d23e5f761
[7.x] Normalize Style
...
See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14
2020-04-14 11:56:29 +03:00
Igor Finagin
5f9ee30e37
Disable Telescope in PHPUnit ( #5277 )
...
PHPUnit throw exception when Telescope is enabled
2020-04-09 11:03:28 -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
Dries Vints
f140d926d3
Merge pull request #5271 from winter-ice/master
...
[7.x] Consistent filename
2020-03-28 11:57:59 +01:00
ice
b26aaff210
consistent filename
2020-03-28 09:53:47 +08:00
Dries Vints
dccc933416
Update CHANGELOG.md
2020-03-24 18:31:42 +01:00
Dries Vints
d067d7d889
Update CHANGELOG.md
2020-03-24 18:26:16 +01: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
Taylor Otwell
52f69fcf25
add sponsor link
2020-03-14 16:07:27 -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
André Ricard
c7a0002432
Fix the code indent of object operators ( #5258 )
...
This commit fixes the code indent of object operators, as following the framework code standards -> 2.4. Indenting
2020-03-11 07:37:46 -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
Taylor Otwell
3aa22403c7
remove empty line from phpunit.xml ( #5245 )
...
I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file.
2020-03-04 16:45:31 -06: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
Dries Vints
876142d709
Update CHANGELOG.md
2020-03-03 20:42:38 +01:00
Dries Vints
2d7b45bfb4
Merge branch '6.x'
...
# Conflicts:
# CHANGELOG.md
2020-03-03 18:18:11 +01:00
Dries Vints
e773d3885b
Update CHANGELOG.md
2020-03-03 18:15:59 +01:00
Maxime Willinger
672f626da1
Add array mailer ( #5240 )
2020-03-02 10:52:06 -06:00
Maxime Willinger
7bea49b8ee
Use MAIL_MAILER in test environment ( #5239 )
2020-03-02 09:21:08 -06:00
Dries Vints
d7c602c164
Update app.php ( #5237 )
2020-02-27 10:30:43 -06:00
Dries Vints
0b14a741eb
Update app.php ( #5237 )
2020-02-27 09:26:30 -06:00
Dries Vints
88a763e36f
Update app.php ( #5237 )
2020-02-27 09:21:15 -06:00
Graham Campbell
705076ffc2
Bumped min guzzle
2020-02-24 14:48:16 +00:00
Graham Campbell
3233e6f809
Merge branch 'master' into develop
2020-02-24 14:47:21 +00:00
Sjors Ottjes
8cece72598
Remove redundant default attributes from phpunit.xml ( #5233 )
2020-02-24 08:37:15 -06:00