update to laravel 9

This commit is contained in:
xiaomlove
2022-03-31 22:22:04 +08:00
parent 09350c06e2
commit 5f6b3ceb53
30 changed files with 3420 additions and 2517 deletions

View File

@@ -1,17 +1,7 @@
<?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' => '使用者名稱或密碼錯誤',
'failed' => '使用者名稱或密碼錯誤。',
'password' => '密碼錯誤。',
'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
];