Blueprint::dropForeign()

Fluent dropForeign(string|array $index) Indicate that the given foreign key should be dropped. Parameters string|array $index Return Value Fluent

StorageLinkCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

RouteCacheCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

CallbackEvent::weeklyOn()

$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run weekly on a given day and time. Parameters int $day string $time Return Value $this

SortedMiddleware::offsetUnset()

void offsetUnset(string $key) Unset the item at a given offset. Parameters string $key Return Value void

Factory::composer()

array composer(array|string $views, Closure|string $callback, int|null $priority = null) Register a view composer event. Parameters array|string $views Closure|string $callback int|null $priority Return Value array

MorphMany::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

BusFake::assertDispatched()

void assertDispatched(string $command, callable|null $callback = null) Assert if a job was dispatched based on a truth-test callback. Parameters string $command callable|null $callback Return Value void

PusherBroadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed

EventMakeCommand::getOutput()

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