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

AssertionsTrait::assertViewMissing()

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

PolicyMakeCommand::hasOption()

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

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

Router::any()

Route any(string $uri, Closure|array|string|null $action = null) Register a new route responding to all verbs. Parameters string $uri Closure|array|string|null $action Return Value Route

VendorPublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

SeederMakeCommand::run()

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

VendorPublishCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

SeederMakeCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new command instance. Parameters Filesystem $files Composer $composer Return Value void