diff --git a/config/app.php b/config/app.php index 0dd92df31..2d760339f 100644 --- a/config/app.php +++ b/config/app.php @@ -104,7 +104,7 @@ return [ | */ - 'log' => env('LOGGING_MODE', 'daily'), + 'log' => env('APP_LOG', 'daily'), /* |-------------------------------------------------------------------------- @@ -206,7 +206,6 @@ return [ 'Gate' => 'Illuminate\Support\Facades\Gate', 'Hash' => 'Illuminate\Support\Facades\Hash', 'Input' => 'Illuminate\Support\Facades\Input', - 'Inspiring' => 'Illuminate\Foundation\Inspiring', 'Lang' => 'Illuminate\Support\Facades\Lang', 'Log' => 'Illuminate\Support\Facades\Log', 'Mail' => 'Illuminate\Support\Facades\Mail', diff --git a/resources/lang/da/passwords.php b/resources/lang/da/passwords.php index a2f4b0b7e..27a299d4e 100755 --- a/resources/lang/da/passwords.php +++ b/resources/lang/da/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 4f6a0f5ee..d15d6d346 100755 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -69,6 +69,7 @@ return [ 'regex' => ':attribute er ikke korrekt formateret.', 'required' => ':attribute skal udfyldes.', 'required_if' => ':attribute skal udfyldes når :other er :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => ':attribute skal udfyldes når :values er present.', 'required_with_all' => ':attribute skal udfyldes når :values er present.', 'required_without' => ':attribute skal udfyldes når :values ikke er sat.', diff --git a/resources/lang/de/passwords.php b/resources/lang/de/passwords.php index 42fed077b..889d9dc90 100755 --- a/resources/lang/de/passwords.php +++ b/resources/lang/de/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index d5b91513e..b6bee33da 100755 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => ':attribute Format ist ungültig.', 'required' => ':attribute muss ausgefüllt sein.', 'required_if' => ':attribute muss ausgefüllt sein wenn :other :value ist.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => ':attribute muss angegeben werden wenn :values ausgefüllt wurde.', 'required_with_all' => ':attribute muss angegeben werden, wenn :values ausgefüllt wurde.', 'required_without' => ':attribute muss angegeben werden wenn :values nicht ausgefüllt wurde.', diff --git a/resources/lang/en-UD/passwords.php b/resources/lang/en-UD/passwords.php index fe8bcf143..c50624524 100644 --- a/resources/lang/en-UD/passwords.php +++ b/resources/lang/en-UD/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/en-UD/reminders.php b/resources/lang/en-UD/reminders.php index 999f32665..59e1c87ed 100755 --- a/resources/lang/en-UD/reminders.php +++ b/resources/lang/en-UD/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/en-UD/validation.php b/resources/lang/en-UD/validation.php index 293138424..0068b2928 100755 --- a/resources/lang/en-UD/validation.php +++ b/resources/lang/en-UD/validation.php @@ -69,6 +69,7 @@ return [ 'regex' => 'crwdns132:0crwdne132:0', 'required' => 'crwdns133:0crwdne133:0', 'required_if' => 'crwdns134:0crwdne134:0', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'crwdns135:0crwdne135:0', 'required_with_all' => 'crwdns136:0crwdne136:0', 'required_without' => 'crwdns137:0crwdne137:0', diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index bc54c0268..6ec76b186 100755 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 3bffd28d4..36ab3f309 100755 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -69,6 +69,7 @@ return [ 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', diff --git a/resources/lang/es/reminders.php b/resources/lang/es/reminders.php index 67ef30e15..4451a043b 100755 --- a/resources/lang/es/reminders.php +++ b/resources/lang/es/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index 50b17c5c9..d7cdb2941 100755 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => 'El formato del :attribute es inválido.', 'required' => 'El campo del :attribute es requerido.', 'required_if' => 'El campo del :attribute se requiere cuando :other es :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'El campo del :attribute se requiere cuando :values es presente.', 'required_with_all' => 'El campo del :attribute se requiere cuando :values es presente.', 'required_without' => 'El campo del :attribute se requiere cuando :values no es presente.', diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php index 62058ab30..77dfa1eb0 100755 --- a/resources/lang/fr/reminders.php +++ b/resources/lang/fr/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index bdf341f16..2af1467b5 100755 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => 'Le format de :attribute est invalide.', 'required' => 'Le champ :attribute est requis.', 'required_if' => 'Le champ :attribute est requis lorsque :other est :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'Le champ :attribute est requis lorsque :values est présent.', 'required_with_all' => 'Le champ :attribute est requis lorsque :values est présent.', 'required_without' => 'Le champ :attribute est requis lorsque :values n\'est pas présent.', diff --git a/resources/lang/id/reminders.php b/resources/lang/id/reminders.php index 851106613..51ff36834 100755 --- a/resources/lang/id/reminders.php +++ b/resources/lang/id/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index 274af99d6..9c695e5ef 100755 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => 'Format :attribute tidak benar.', 'required' => ':attribute belum diisi.', 'required_if' => ':attribute harus diisi jika :other :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => ':attribute harus diisi jika ada :values.', 'required_with_all' => ':attribute harus diisi jika ada :values.', 'required_without' => ':attribute harus diisi jika tidak ada :values .', diff --git a/resources/lang/it/passwords.php b/resources/lang/it/passwords.php index 0ee322b2d..be1042229 100644 --- a/resources/lang/it/passwords.php +++ b/resources/lang/it/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 43b0b286d..0077e5f2a 100644 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -71,6 +71,7 @@ return [ 'regex' => 'Il formato del campo :attribute non è valido.', 'required' => 'Il campo :attribute è richiesto.', 'required_if' => 'Il campo :attribute è richiesto quando :other è :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'Il campo :attribute è richiesto quando :values è presente.', 'required_with_all' => 'Il campo :attribute è richiesto quando :values è presente.', 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', diff --git a/resources/lang/ko/reminders.php b/resources/lang/ko/reminders.php index 036a40edb..402a4ce86 100755 --- a/resources/lang/ko/reminders.php +++ b/resources/lang/ko/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php index 0fea3c60e..1e3e6175b 100755 --- a/resources/lang/ko/validation.php +++ b/resources/lang/ko/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => ':attribute 의 형식이 올바르지 않습니다.', 'required' => ':attribute 필드는 필수 항목입니다.', 'required_if' => ':attribute 필드는 :other 가 :value 일 때 필요합니다.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => ':attribute 는 :values 가 존재할 때 필요합니다.', 'required_with_all' => ':attribute 는 :values 가 존재할 때 필요합니다.', 'required_without' => ':attribute 는 :values 가 존재하지 않을 때 필요합니다.', diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php index 5596efdc7..f34f934d4 100755 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 1921e77d5..dfc673570 100755 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => ':attribute formaat is ongeldig.', 'required' => ':attribute formaat is verplicht.', 'required_if' => ':attribute veld is verplicht wanneer :other gelijk is aan :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => ':attribute veld is verplicht wanneer :values aanwezig is.', 'required_with_all' => ':attribute veld is verplicht wanneer :values aanwezig zijn.', 'required_without' => ':attribute veld is verplicht wanner :values niet aanwezig is.', diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php index d31604658..5d32b8ee4 100755 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 3f561c005..67259c57c 100755 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php index 37b7b5beb..2974b0081 100755 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 6632c54cf..c07924a1b 100755 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => 'O formato de :attribute é inválido.', 'required' => 'O campo de :attribute é obrigatório.', 'required_if' => 'O campo de :attribute é obrigatório quando :other é :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.', 'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.', 'required_without' => 'O campo de :attribute é obrigatório quando :values não está presente.', diff --git a/resources/lang/ru/reminders.php b/resources/lang/ru/reminders.php index 9c3990ddb..a72d40c21 100644 --- a/resources/lang/ru/reminders.php +++ b/resources/lang/ru/reminders.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php index d8686fab4..c780d552d 100644 --- a/resources/lang/ru/validation.php +++ b/resources/lang/ru/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => 'Неправильный формат :attribute.', 'required' => 'Поле :attribute является обязательным.', 'required_if' => 'Поле :attribute является обязательным, если :other имеет значение :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'Поле :attribute является обязательным, если заполнено :values.', 'required_with_all' => 'Поле :attribute является обязательным, если все :values заполнены.', 'required_without' => 'Поле :attribute является обязательным, если :values не заполнены.', diff --git a/resources/lang/zh-CN/passwords.php b/resources/lang/zh-CN/passwords.php index 5368a7cea..6479e60e6 100755 --- a/resources/lang/zh-CN/passwords.php +++ b/resources/lang/zh-CN/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 38d09293a..38f2efe81 100755 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => ':attribute 格式无效。', 'required' => ':attribute 字段必填。', 'required_if' => ':attribute 项在 :other 是 :value 时是必须填写的。', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => '当含有 :values 时, :attribute 是必需的。', 'required_with_all' => '当含有 :values 时, :attribute 是必需的。', 'required_without' => '当 :values 不存在时, :attribute 是必需的。', diff --git a/resources/lang/zh-TW/passwords.php b/resources/lang/zh-TW/passwords.php index 795b09a94..8a76331f5 100644 --- a/resources/lang/zh-TW/passwords.php +++ b/resources/lang/zh-TW/passwords.php @@ -13,7 +13,7 @@ return [ /* |-------------------------------------------------------------------------- - | Password Reminder Language Lines + | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 930da105b..9ca002501 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -67,6 +67,7 @@ return [ 'regex' => ':attribute 格式無效。', 'required' => ':attribute 字段必填。', 'required_if' => ':attribute 項在 :other 是 :value 時是必須填寫的。', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => '當含有 :values 時, :attribute 是必需的。', 'required_with_all' => '當含有 :values 時, :attribute 是必需的。', 'required_without' => '當 :values 不存在時, :attribute 是必需的。',