X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Auth
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Auth
/
📁
..
📁
Access
📄
Authenticatable.php
(948 B)
📄
CanResetPassword.php
(414 B)
📄
Factory.php
(457 B)
📄
Guard.php
(973 B)
📁
Middleware
📄
MustVerifyEmail.php
(666 B)
📄
PasswordBroker.php
(1.19 KB)
📄
PasswordBrokerFactory.php
(248 B)
📄
StatefulGuard.php
(1.5 KB)
📄
SupportsBasicAuth.php
(635 B)
📄
UserProvider.php
(1.34 KB)
Editing: CanResetPassword.php
<?php namespace Illuminate\Contracts\Auth; interface CanResetPassword { /** * Get the e-mail address where password reset links are sent. * * @return string */ public function getEmailForPasswordReset(); /** * Send the password reset notification. * * @param string $token * @return void */ public function sendPasswordResetNotification($token); }
Upload File
Create Folder