*在Blog首頁新增"login、register"功能:
http://127.0.0.1:8000/
指令:
php artisan make:auth
----------
資料驗證後,要顯示"錯誤訊息"可參考: login.blade.php
@if ($errors->has('email'))
<span class="invalid-feedback" role="alert">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
路徑:
resources\views\auth\login.blade.php
沒有留言:
張貼留言