Blueprint::__construct()

void __construct(string $table, Closure $callback = null) Create a new schema blueprint. Parameters string $table Closure $callback Return Value void

Request::except()

array except(array|mixed $keys) Get all of the input except for a specified array of items. Parameters array|mixed $keys Return Value array

BladeCompiler::setContentTags()

void setContentTags(string $openTag, string $closeTag, bool $escaped = false) Sets the content tags used for the compiler. Parameters string $openTag string $closeTag bool $escaped Return Value void

ServeCommand::options()

array options() Get all of the options passed to the command. Return Value array

Message::embedData()

string embedData(string $data, string $name, string|null $contentType = null) Embed in-memory data in the message and get the CID. Parameters string $data string $name string|null $contentType Return Value string

PolicyMakeCommand::confirm()

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

PolicyMakeCommand::hasOption()

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

AssertionsTrait::assertViewMissing()

void assertViewMissing(string $key) Assert that the response view is missing a piece of bound data. Parameters string $key Return Value void

ResponseFactory::json()

JsonResponse json(string|array $data = array(), int $status = 200, array $headers = array(), int $options) Return a new JSON response from the application. Parameters string|array $data int $status array $headers int $options Return Value JsonResponse

StorageLinkCommand::options()

array options() Get all of the options passed to the command. Return Value array