CacheTableCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Filesystem::dirname()

string dirname(string $path) Extract the parent directory from a file path. Parameters string $path Return Value string

RedisBroadcaster

RedisBroadcaster class RedisBroadcaster extends Broadcaster (View source) Methods $this channel(string $channel, callable $callback) Register a channel authenticator. from Broadcaster void __construct(Database $redis, string $connection = null) Create a new broadcaster instance. mixed auth(Request $request) Authenticate the incoming request for a given channel. mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. voi

Request::all()

array all() Get all of the input and files for the request. Return Value array

HasLink::getFailureDescription()

string getFailureDescription() Returns the description of the failure. Return Value string

Request::fullUrl()

string fullUrl() Get the full URL for the request. Return Value string

Validator::setFallbackMessages()

void setFallbackMessages(array $messages) Set the fallback messages for the validator. Parameters array $messages Return Value void

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