DispatchesCommands deprecated

DispatchesCommands deprecated trait DispatchesCommands (View source) deprecated since version 5.1. Use the DispatchesJobs trait directly. Traits DispatchesJobs

UrlWindow::get()

array get(int $onEachSide = 3) Get the window of URLs to be shown. Parameters int $onEachSide Return Value array

RouteListCommand::confirm()

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

Presenter::getLink()

string getLink(mixed $page) Create a pagination slider link. Parameters mixed $page Return Value string

Application::when()

ContextualBindingBuilder when(string $concrete) Define a contextual binding. Parameters string $concrete Return Value ContextualBindingBuilder

FilesystemManager::__construct()

void __construct(Application $app) Create a new filesystem manager instance. Parameters Application $app Return Value void

HasLink::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string

CommandMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

SlackMessage::success()

$this success() Indicate that the notification gives information about a successful operation. Return Value $this

RestartCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool