"라라벨 resources/lang/en/auth.php"의 두 판 사이의 차이

(새 문서: {{다른뜻|라라벨 config/auth.php}} ==개요== ;laravel/resources/lang/en/auth.php <source lang='php'> <?php return [ /* |----------------------------------------------...)
 
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
25번째 줄: 25번째 줄:
</source>
</source>


==참고 자료==
==참고==
* https://github.com/laravel/laravel/blob/master/resources/lang/en/auth.php
* https://github.com/laravel/laravel/blob/master/resources/lang/en/auth.php


[[분류: laravel/resources/lang/en]]
[[분류: laravel/resources/lang/en]]

2017년 7월 11일 (화) 02:18 판

  다른 뜻에 대해서는 라라벨 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 }}