RequestMakeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Factory::addExtension()

void addExtension(string $extension, string $engine, Closure $resolver = null) Register a valid view extension and its engine. Parameters string $extension string $engine Closure $resolver Return Value void

ResponseFactory::download()

BinaryFileResponse download(SplFileInfo|string $file, string $name = null, array $headers = array(), string|null $disposition = 'attachment') Create a new file download response. Parameters SplFileInfo|string $file string $name array $headers string|null $disposition Return Value BinaryFileResponse

TaggedCache::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Model::setDateFormat()

$this setDateFormat(string $format) Set the date format used by the model. Parameters string $format Return Value $this

ViewClearCommand::confirm()

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

FormRequest::path()

string path() Get the current path info for the request. Return Value string

FilesystemAdapter::copy()

bool copy(string $from, string $to) Copy a file to a new location. Parameters string $from string $to Return Value bool

AppNameCommand::getOutput()

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

UpCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void