static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void routes() Register the typical authentication routes for an application. Return Value void
Illuminate\Auth Namespaces Illuminate\Auth\ConsoleIlluminate\Auth\Reminders Classes AuthManager AuthServiceProvider DatabaseUserProvider EloquentUserProvider GenericUser Guard UserTrait
Auth class Auth extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
Attempting class Attempting (View source) Properties array $credentials The credentials for the user. bool $remember Indicates if the user should be "remembered". bool $login Indicates if the user should be authenticated if successful.
__construct(array $credentials, bool $remember, bool $login) Create a new event instance. Parameters array $credentials bool $remember bool $login
bool publish(string $name, string $source) Copy all assets from a given path to the publish path. Parameters string $name string $source Return Value bool Exceptions RuntimeException
Page 957 of 996