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: PasswordBrokerFactory.php
<?php namespace Illuminate\Contracts\Auth; interface PasswordBrokerFactory { /** * Get a password broker instance by name. * * @param string|null $name * @return mixed */ public function broker($name = null); }
Upload File
Create Folder