TokenGuard::authenticate()

Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException

KeyGenerateCommand::fire()

void fire() Execute the console command. Return Value void

RouteCacheCommand::line()

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

ListenCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

ControllerGenerator::make()

void make(string $controller, string $path, array $options = array()) Create a new resourceful controller file. Parameters string $controller string $path array $options Return Value void

Redirect::clearResolvedInstance()

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

TableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Factory

Factory interface Factory (View source) Methods mixed channel(string|null $name = null) Get a channel instance by name. void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately.

MySqlConnection::getPdo()

PDO getPdo() Get the current PDO connection. Return Value PDO

MigrateCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string