라라벨 resources/lang/en/auth.php

Jmnote (토론 | 기여)님의 2016년 10월 31일 (월) 18:44 판 (새 문서: {{다른뜻|라라벨 config/auth.php}} ==개요== ;laravel/resources/lang/en/auth.php <source lang='php'> <?php return [ /* |----------------------------------------------...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  다른 뜻에 대해서는 라라벨 config/auth.php 문서를 참조하십시오.

1 개요

laravel/resources/lang/en/auth.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Authentication Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during authentication for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'failed' => 'These credentials do not match our records.',
    'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',

];

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}