TestMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

StatefulGuard

StatefulGuard interface StatefulGuard implements Guard (View source) Methods bool check() Determine if the current user is authenticated. from Guard bool guest() Determine if the current user is a guest. from Guard Authenticatable|null user() Get the currently authenticated user. from Guard int|null id() Get the ID for the currently authenticated user. from Guard bool validate(array $credentials = array()) Validate a user's credentials. from Guard void setUser(Authenti

MailMakeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

DatabaseTokenRepository::getConnection()

ConnectionInterface getConnection() Get the database connection instance. Return Value ConnectionInterface

Store::migrate()

migrate($destroy = false, $lifetime = null) {@inheritdoc} Parameters $destroy $lifetime

BladeCompiler::compileEchoDefaults()

string compileEchoDefaults(string $value) Compile the default values for the echo statement. Parameters string $value Return Value string

RetryCommand::info()

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

XCacheStore::__construct()

void __construct(string $prefix = '') Create a new WinCache store. Parameters string $prefix Return Value void

ControllerMakeCommand::getOutput()

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

GeneratorCommand::argument()

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