ConsoleMakeCommand::ask()

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

RouteServiceProvider::boot()

void boot() Bootstrap any application services. Return Value void

DB::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

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