6002 Commits

Author SHA1 Message Date
Taylor Otwell
877e2d7fda
Merge pull request #4782 from eduarguzher/patch/validation-translation
[5.7] Changes the translation for "required_with_all" validation rule
2018-10-02 06:24:48 -07:00
Laurence Ioannou
15dac2a961
Update database.php 2018-10-02 14:23:47 +10:00
Eduardo Gh
4b589c1a4a Changes the translation for "required_with_all" validation rule 2018-10-01 21:06:29 -05:00
Taylor Otwell
5b7f3b2061
Merge pull request #4781 from ankurk91/patch/lang-attribute
[5.7] Update lang attribute
2018-10-01 06:15:30 -07:00
Taylor Otwell
7d7734fe9a wip 2018-10-01 07:50:06 -05:00
Ankur Kumar
3973fe7897
Update lang attribute
Make the lang attribute similar to 

https://github.com/laravel/framework/blob/5.7/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub

See https://github.com/laravel/framework/pull/24392
2018-10-01 10:44:36 +05:30
Taylor Otwell
ee8669a587 add link to sponsor 2018-09-30 08:45:53 -05:00
Graham Campbell
4b0c1d242d
Merge pull request #4780 from zaknesler/patch-1
[5.7] Use correct facade
2018-09-30 10:00:35 +01:00
Zak Nesler
c6f04411f5
Use correct facade 2018-09-29 22:09:02 -04:00
Taylor Otwell
361a6b71da use str class 2018-09-28 15:55:56 -05:00
Taylor Otwell
faaabe1cef
Merge pull request #4777 from SammyK/make-app-path-stream-safe
[5.7] Make app path stream safe
2018-09-28 13:53:45 -07:00
Sammy Kaye Powers
6125693845
Make app path stream safe 2018-09-28 13:52:26 -04:00
Taylor Otwell
f0f912ef2b
Merge pull request #4775 from yajra/patch-register
[5.7] Check if register route is enabled.
2018-09-28 07:04:46 -07:00
Taylor Otwell
55e580f6cf
Update welcome.blade.php 2018-09-28 09:04:03 -05:00
Arjay Q. Angeles
e9211a4ed4 Check if register route is enabled. 2018-09-28 10:36:34 +08:00
Taylor Otwell
0c68618dd1 wip 2018-09-27 12:35:35 -05:00
Taylor Otwell
cd8dd76b67 increase days 2018-09-27 09:01:45 -05:00
Marcin Nabiałek
c60ff60679 Change default days to 30 for daily channel 2018-09-26 15:56:56 +02:00
Taylor Otwell
8e87b147bc
Merge pull request #4767 from bertheyman/daily-logs-by-default
[5.7] Set logs to daily by default
2018-09-25 07:19:32 -07:00
Bert Heyman
cc28fb28ab Set logs to daily by default 2018-09-24 14:22:24 +02:00
Taylor Otwell
7028b17ed8
Merge pull request #4763 from tillkruss/ansi
Preserve colors
2018-09-19 07:49:22 -05:00
Till Krüss
8d455cdb58
preserve colors 2018-09-18 12:48:09 -07:00
Taylor Otwell
f507c0eda9
Merge pull request #4762 from olipayne/master
Fix 'resent' ambiguity
2018-09-16 15:36:15 -05:00
Oliver Payne
52fe45dd7b Fix 'resent' ambiguity 2018-09-16 17:32:31 +02:00
Taylor Otwell
bac6cae21e
Merge pull request #4761 from gauravmak/patch-1
Seeded users should be verified by default
2018-09-15 09:27:28 -05:00
Gaurav Makhecha
62c5bbf820
Seeded users should be verified by default
the email_verified_at column value is used to determine whether a user has verified her account.
2018-09-15 10:14:06 +05:30
Taylor Otwell
c25f6c4e61 Merge branch 'master' of github.com:laravel/laravel 2018-09-14 10:38:35 -05:00
Taylor Otwell
622cdda7cf use one line 2018-09-14 10:38:31 -05:00
Taylor Otwell
a5fc02d832 use class 2018-09-14 10:38:02 -05:00
Taylor Otwell
cc1dd54ead
Merge pull request #4760 from NFarrington/persist-cache-data-directory
[5.7] Persist the /storage/framework/cache/data directory
2018-09-12 19:44:10 -05:00
Neil Farrington
76369205c8
Persist file cache data directory 2018-09-12 20:59:35 +01:00
Taylor Otwell
9838f79d2c wip 2018-09-08 11:06:07 -05:00
Taylor Otwell
1e80b8ce3c
Merge pull request #4757 from rookwood/patch-1
[5.7] Update HttpKernel to use Authenticate middleware under App namespace
2018-09-08 11:05:23 -05:00
Matt Hollis
04960ed8be
Update Kernel.php 2018-09-07 16:24:35 -05:00
Matt Hollis
7f6ec77e69
Update Kernel.php
StyleCI fixes
2018-09-07 16:22:40 -05:00
Matt Hollis
0eb1a8f3bc
Update Kernel.php 2018-09-07 16:20:54 -05:00
Matt Hollis
b354a35272
Update HttpKernel to use Authenticate middleware under App namespace
The `Authenticate` middleware is intended to be called in a specific order before applying developer-listed middleware. In 5.7, it was changed to `App\Http\Middleware\Authenticate` but the priority still lists it as living under `Illuminate\Auth\Middleware\Authenticate`.

This proposed fix moves that priority array to `App\Http\Kernel` and changes the reference to the userland class.
2018-09-07 15:58:40 -05:00
Taylor Otwell
cdb0362b4e
Merge pull request #4756 from laurencei/master
[5.7] Update VerificationController
2018-09-07 08:36:30 -05:00
Laurence Ioannou
8c3e7603eb
Update VerificationController.php 2018-09-07 19:44:33 +10:00
Taylor Otwell
011bb6c1d3
Merge pull request #4753 from laravel/next
[5.8] Target Laravel 5.8
2018-09-06 08:49:33 -05:00
Taylor Otwell
8b712e37e6
Update composer.json 2018-09-06 08:49:26 -05:00
Graham Campbell
5a21a99527 Target Laravel 5.8 2018-09-06 14:44:20 +01:00
Graham Campbell
f1a6729546 Merge branch '5.6' 2018-09-06 14:42:39 +01:00
Graham Campbell
26cfda28d3 Merge remote-tracking branch 'origin/5.5' into 5.6 2018-09-06 14:42:19 +01:00
Taylor Otwell
22d37a53ff add level 2018-09-06 08:23:57 -05:00
Taylor Otwell
371bc94673 formatting 2018-09-06 08:23:36 -05:00
Taylor Otwell
7b9ab57dd6 Merge branch 'master' of https://github.com/renoirfaria/laravel into renoirfaria-master 2018-09-06 08:22:27 -05:00
Taylor Otwell
ed3c8b2d64 fix stub 2018-09-06 08:11:07 -05:00
Taylor Otwell
5ad5cdce8c
Merge pull request #4750 from kp-syginteractive/master
Removing unnecessary use from User Model
2018-09-06 08:10:04 -05:00
Taylor Otwell
ad7ce02254
Merge pull request #4752 from ubient/add-mailgun-endpoint-option
Add missing Mailgun 'endpoint' option
2018-09-06 08:05:59 -05:00