Dispatcher

Dispatcher class Dispatcher implements QueueingDispatcher (View source) Methods void __construct(Container $container, Closure $queueResolver = null) Create a new command dispatcher instance. mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command to its appropriate handler in the current process. bool hasCommandHandler(mixed $command) Determine if the given command has a handl

EncryptedStore::ageFlashData()

void ageFlashData() Age the flash data for the session. Return Value void

Application::add()

Command add(Command $command) Add a command to the console. Parameters Command $command Return Value Command

AssetPublishCommand::line()

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

Repository::sear()

mixed sear(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed

MigrationCreator::__construct()

void __construct(Filesystem $files) Create a new migration creator instance. Parameters Filesystem $files Return Value void

Cloud::url()

string url(string $path) Get the URL for the file at the given path. Parameters string $path Return Value string

Factory::offsetUnset()

void offsetUnset(string $offset) Unset the value at the given offset. Parameters string $offset Return Value void

LengthAwarePaginator::firstItem()

int firstItem() Get the "index" of the first item being paginated. Return Value int

FlushFailedCommand::getOutput()

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