FilesystemAdapter::__construct()

void __construct(FilesystemInterface $driver) Create a new filesystem adapter instance. Parameters FilesystemInterface $driver Return Value void

AuthenticatesUsers::showLoginForm()

Response showLoginForm() Show the application's login form. Return Value Response

MigrationServiceProvider::register()

void register() Register the service provider. Return Value void

Contracts\Console

Illuminate\Contracts\Console Interfaces Application Kernel

Job::getContainer()

Container getContainer() Get the service container instance. Return Value Container

Model::getConnection()

Connection getConnection() Get the database connection for the model. Return Value Connection

MigratePublishCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

WorkCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

GenericUser

GenericUser class GenericUser implements Authenticatable (View source) Methods void __construct(array $attributes) Create a new generic User object. string getAuthIdentifierName() Get the name of the unique identifier for the user. mixed getAuthIdentifier() Get the unique identifier for the user. string getAuthPassword() Get the password for the user. string getRememberToken() Get the "remember me" token value. void setRememberToken(string $value) Set the "remembe

NullFailedJobProvider::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array