Auth::routes()

static void routes() Register the typical authentication routes for an application. Return Value void

Auth::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Auth::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Auth::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Auth::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Auth

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

Auth

Illuminate\Auth Namespaces Illuminate\Auth\ConsoleIlluminate\Auth\Reminders Classes AuthManager AuthServiceProvider DatabaseUserProvider EloquentUserProvider GenericUser Guard UserTrait

Attempting::__construct()

__construct(array $credentials, bool $remember, bool $login) Create a new event instance. Parameters array $credentials bool $remember bool $login

Attempting

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.

AssetPublisher::__construct()

void __construct(Filesystem $files, string $publishPath) Create a new asset publisher instance. Parameters Filesystem $files string $publishPath Return Value void