User

User class User extends Model implements Authenticatable, Authorizable, CanResetPassword (View source) Traits Authenticatable Authorizable CanResetPassword

Factory::stopPush()

string stopPush() Stop injecting content into a push section. Return Value string Exceptions InvalidArgumentException

SessionTableCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

AuthManager::resolveUsersUsing()

$this resolveUsersUsing(Closure $userResolver) Set the callback to be used to resolve users. Parameters Closure $userResolver Return Value $this

UpCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ForgetFailedCommand::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

Auth\Console

Illuminate\Auth\Console Classes ClearRemindersCommand RemindersControllerCommand RemindersTableCommand

Auth::routes()

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

UpCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Pivot::freshTimestamp()

Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon