MailMakeCommand::confirm()

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

LogServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

Redirector::route()

RedirectResponse route(string $route, array $parameters = array(), int $status = 302, array $headers = array()) Create a new redirect response to a named route. Parameters string $route array $parameters int $status array $headers Return Value RedirectResponse

User::getTable()

string getTable() Get the table associated with the model. Return Value string

ResetCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

SeedCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure $callback = null) Confirm before proceeding with the action Parameters string $warning Closure $callback Return Value bool

ClearRemindersCommand::line()

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

Factory::alias()

void alias(string $view, string $alias) Add an alias for a view. Parameters string $view string $alias Return Value void

NullQueue::pushOn()

mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. Parameters string $queue string $job mixed $data Return Value mixed

MailMessage::line()

$this line(Action|string $line) Add a line of text to the notification. Parameters Action|string $line Return Value $this