Working on the default app structure.
This commit is contained in:
14
app/Http/Views/emails/auth/reminder.blade.php
Normal file
14
app/Http/Views/emails/auth/reminder.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h2>Password Reset</h2>
|
||||
|
||||
<div>
|
||||
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.<br/>
|
||||
This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
42
app/Http/Views/hello.php
Normal file
42
app/Http/Views/hello.php
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user