Working on default app structure. Login views.

This commit is contained in:
Taylor Otwell
2014-11-24 11:42:29 -06:00
parent b73e127ed0
commit fa978d0525
25 changed files with 515 additions and 63 deletions

View File

@@ -7,7 +7,7 @@
<h2>Password Reset</h2>
<div>
To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br/>
To reset your password, complete this form: {{ url('password/reset', [$token]) }}.<br><br>
This link will expire in {{ config('auth.reminder.expire', 60) }} minutes.
</div>