Taylor Otwell
e830a3af02
Merge pull request #4797 from connectkushal/patch-2
...
[5.8] Update UserFactory password in line with #4794
2018-10-06 13:43:58 -05:00
Kushal
9db658d6d1
Update UserFactory password in line with #4794
...
The new password is of 8 characters, as required by #4794
2018-10-06 23:17:02 +05:30
Taylor Otwell
1cb18d11ac
Merge pull request #4794 from jakebathman/change-password-min-length-to-8
...
[5.8] Change password min length to 8
2018-10-05 14:23:33 -05:00
jakebathman
325ae7ac69
Update `RegisterController` password validation rule and associated lang file
2018-10-05 13:54:15 -05:00
Taylor Otwell
a273cea667
Merge pull request #4791 from staudenmeir/pagination
...
[5.7] Revert #4744
2018-10-05 12:06:06 -05:00
Jonas Staudenmeir
277dd2e0e0
Revert #4744
2018-10-05 18:13:18 +02:00
Taylor Otwell
b98d49ebb3
formatting
2018-10-02 12:51:41 -05:00
Clément Blanco
24029be5b1
Fixing StyleCI identation
2018-10-02 15:50:48 +01:00
Clément Blanco
e9f6ec36a7
Adding faker_locale default config value.
...
As per [that PR](https://github.com/laravel/framework/pull/17895 ) and [the documentation](https://laravel.com/docs/5.6/database-testing#writing-factories ), I wanted to make sure this was present in the `app/config.php` out of the box.
It's a great thing and I'm sure people will be happy to use it rather than overriding the singleton registration.
2018-10-02 15:45:42 +01:00
Taylor Otwell
6735b84ccc
Merge pull request #4783 from laravel/laurencei-patch-1
...
[5.7] Update database config
2018-10-02 06:56:28 -07:00
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