Container::call()

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null) Call the given Closure / class@method and inject its dependencies. Parameters callable|string $callback array $parameters string|null $defaultMethod Return Value mixed

Redirector::back()

RedirectResponse back(int $status = 302, array $headers = array()) Create a new redirect response to the previous location. Parameters int $status array $headers Return Value RedirectResponse

RouteListServiceProvider::__construct()

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

RollbackCommand::setLaravel()

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

RefreshCommand::run()

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

HandleExceptions::handleShutdown()

void handleShutdown() Handle the PHP shutdown event. Return Value void

FilesystemManager::getDefaultDriver()

string getDefaultDriver() Get the default driver name. Return Value string

Queue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

View

View class View implements ArrayAccess, View (View source) Methods void __construct(Factory $factory, EngineInterface $engine, string $view, string $path, mixed $data = array()) Create a new view instance. string render(callable $callback = null) Get the string contents of the view. array renderSections() Get the sections of the rendered view. $this with(string|array $key, mixed $value = null) Add a piece of data to the view. $this nest(string $key, string $view, array

EngineResolver::resolve()

EngineInterface resolve(string $engine) Resolver an engine instance by name. Parameters string $engine Return Value EngineInterface Exceptions InvalidArgumentException