StatefulGuard::attempt()

bool attempt(array $credentials = array(), bool $remember = false, bool $login = true) Attempt to authenticate a user using the given credentials. Parameters array $credentials bool $remember bool $login Return Value bool

Factory

Factory class Factory implements ArrayAccess (View source) Methods void __construct(Generator $faker) Create a new factory instance. static Factory construct(Generator $faker, string|null $pathToFactories = null) Create a new factory container. void defineAs(string $class, string $name, callable $attributes) Define a class with a given short-name. void define(string $class, callable $attributes, string $name = 'default') Define a class with a given set of attributes. voi

SeedCommand::question()

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

EnvironmentVariables::__construct()

void __construct(EnvironmentVariablesLoaderInterface $loader) The server environment instance. Parameters EnvironmentVariablesLoaderInterface $loader Return Value void

EncryptedStore::hasOldInput()

bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool

DatabaseNotification::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

MakeControllerCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

Container::instance()

void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void

Application::afterResolving()

void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback for all types. Parameters string $abstract Closure $callback Return Value void

StartSession::__construct()

void __construct(SessionManager $manager) Create a new session middleware. Parameters SessionManager $manager Return Value void