6002 Commits

Author SHA1 Message Date
Taylor Otwell
ea7fc0b336 update client 2019-02-15 07:51:45 -06:00
Taylor Otwell
2f2fe98aa9 Merge branch 'develop' of github.com:laravel/laravel into develop 2019-02-14 11:03:51 -06:00
Taylor Otwell
df4ecb9c83 change default redis configuration structure 2019-02-14 11:03:41 -06:00
Taylor Otwell
0904307e6a
Merge pull request #4943 from crynobone/patch-1
[5.8] Use $_SERVER instead of $_ENV for phpunit.
2019-02-13 08:45:03 -06:00
Mior Muhammad Zaki
69bd1dceef
Use $_SERVER instead of $_ENV for phpunit.
Laravel 5.8 limits dotenv to only rely on $_SERVER and not $_ENV. See https://github.com/laravel/framework/pull/27462
2019-02-13 08:54:45 +08:00
Dries Vints
fae44eeb26
Replace string helper 2019-02-12 16:53:41 +01:00
Dries Vints
75468420a4
Use same version as framework 2019-02-09 14:05:33 +01:00
Dries Vints
e4f20eac36
Reverse minimum PHPUnit version 2019-02-09 12:21:57 +01:00
Taylor Otwell
7b675abe4b
Merge pull request #4939 from driesvints/phpunit8
[5.8] Update to PHPUnit 8
2019-02-08 16:10:44 -06:00
Dries Vints
4dc76847c1
Update to PHPUnit 8
Encourage people on 5.8 to use PHPUnit 8.
2019-02-08 17:14:08 +01:00
Dries Vints
2a1f3761e8
Fix Typo v5.7.28 2019-02-05 18:46:48 +01:00
Taylor Otwell
864b1de19b
Merge pull request #4934 from JakeConnors376W/patch-1
[5.7] Improve grammar and readability
2019-02-05 07:37:34 -06:00
Taylor Otwell
43182688cf
Merge pull request #4935 from eddybrando/feat/remove-unnecessary-link-type
[5.7] Remove unnecessary link type on "welcome" view
2019-02-05 07:33:19 -06:00
Eddybrando Vásquez
e40dfc6b4d feat: Remove unnecessary link type 2019-02-04 22:45:28 +01:00
JakeConnors376W
d638b3cd53
Improve grammar and readability 2019-02-04 09:26:04 -08:00
Taylor Otwell
049c7c9f75
Merge pull request #4933 from laravel/revert-4931-master
Revert "[5.7] Ignore testing folder on storage/framework"
2019-02-04 11:23:04 -06:00
Taylor Otwell
25a980f35a
Revert "[5.7] Ignore testing folder on storage/framework" 2019-02-04 11:22:55 -06:00
Taylor Otwell
f1702e9c7d
Merge pull request #4931 from simoebenhida/master
[5.7] Ignore testing folder on storage/framework
2019-02-04 11:22:26 -06:00
Mohamed
c9cd9b356a ignore testing folder on storage/framework 2019-02-04 17:35:16 +01:00
Taylor Otwell
3702622461
Merge pull request #4930 from epalmans/master
Attribute casting for 'email_verified_at' on User model stub (with explanation)
2019-02-04 07:31:43 -06:00
Eddie Palmans
2f37ba38fa Attribute casting for 'email_verified_at' on User model stub 2019-02-04 14:28:05 +01:00
Taylor Otwell
ed60178bcc
Merge pull request #4929 from AbdelElrafa/master
Add sponsor.
2019-02-04 07:15:00 -06:00
Abdel
961aac5da9 Add sponsor. 2019-02-04 08:10:45 -05:00
Eddie Palmans
098cf4600b Date mutator for 'email_verified_at' attribute on User model stub 2019-02-04 13:06:44 +01:00
Dries Vints
6efb843e7d
Merge pull request #4926 from kawax/str
Use Str::random() instead of str_random()
2019-02-02 14:57:25 +01:00
Dries Vints
6e60cf93a4
Update UserFactory.php 2019-02-02 14:56:57 +01:00
kawax
992c270d44
Use Str::random() instead of str_random() 2019-02-02 12:15:36 +09:00
Taylor Otwell
7ba612b3ef
Merge pull request #4924 from fideloper/patch-2
[5.7] web.config comment to help debug issues
2019-01-30 16:26:08 -06:00
Taylor Otwell
7b322b6431
Update web.config 2019-01-30 16:26:00 -06:00
Chris Fidao
19528fba83
web.config comment to help debug issues
IIS error reporting won't let you know why it errors out if the rewrite module is not installed.
2019-01-30 10:44:02 -06:00
Taylor Otwell
4ce439c21b
Merge pull request #4921 from SjorsO/master
[5.7] Change order of boot and register methods in service providers
2019-01-29 08:28:15 -06:00
Sjors
e0ae7914b9 change order of boot and register method 2019-01-29 14:40:47 +01:00
Taylor Otwell
ab1e9f8b6a default to false 2019-01-28 08:38:36 -06:00
Taylor Otwell
6da06fba93 default to true 2019-01-28 08:38:14 -06:00
Taylor Otwell
d80b4e7cb0 adjust name of configuration value 2019-01-28 08:37:39 -06:00
Propaganistas
217cbde378
Hint for lenient log stacks 2019-01-25 21:30:35 +01:00
Taylor Otwell
1f0640f99d
Merge pull request #4917 from driesvints/remove-unused-bootstrap-class
[5.7] Remove unused Bootstrap class
2019-01-23 08:27:30 -06:00
Dries Vints
2498f317d7
Remove unused Bootstrap class
This class isn't available in Bootstrap 4.
2019-01-23 15:23:51 +01:00
Taylor Otwell
2b14e0e96b
Merge pull request #4913 from yuloh/beanstalkd-blocking-pop-config
[5.8] Add beanstalk queue block_for config key
2019-01-18 08:11:32 -06:00
Matt Allan
2588b254a0 Add beanstalk queue block_for config key
This functionality was added in laravel/framework 9aa1706.
2019-01-17 16:01:57 -05:00
Taylor Otwell
9180f646d3 add env variable for mysql ssl cert 2019-01-17 10:41:23 -06:00
Taylor Otwell
2d2c089a4a
Merge pull request #4904 from Te7a-Houdini/modify-redirect-if-auth-middleware-to-allow-multiple-guards
[5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards
2019-01-16 09:06:56 -06:00
Taylor Otwell
247f7f9619
Update RedirectIfAuthenticated.php 2019-01-16 09:05:51 -06:00
Te7a-Houdini
bb79dda1ff Modify RedirectIfAuthenticated middleware to accept multiple guards 2019-01-14 17:47:22 +02:00
Taylor Otwell
3a550dee85 Merge branch 'master' into develop 2019-01-11 08:53:23 -06:00
Taylor Otwell
915667a8d5 formatting 2019-01-11 08:48:42 -06:00
Taylor Otwell
f795055577 tweak wording 2019-01-10 15:21:07 -06:00
Taylor Otwell
35de8c9854 Merge branch 'develop' of github.com:laravel/laravel into develop 2019-01-10 15:19:09 -06:00
Taylor Otwell
1be5e29753 add dynamo to stubs 2019-01-10 15:18:58 -06:00
ForzaFerrariDEV
1ec97b2c37
Update welcome.blade.php 2019-01-10 21:46:58 +01:00