MakeAuthCommand::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

TaggedCache::has()

bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool

ChannelManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void

SyncJob::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

DatabaseNotification::newFromBuilder()

Model newFromBuilder(array $attributes = array(), string|null $connection = null) Create a new model instance that is existing. Parameters array $attributes string|null $connection Return Value Model

DatabaseNotification::update()

bool update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool

Request::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Pipeline::through()

$this through(array|mixed $pipes) Set the array of pipes. Parameters array|mixed $pipes Return Value $this

RemindersTableCommand::fire()

void fire() Execute the console command. Return Value void

Container::tagged()

array tagged(array $tag) Resolve all of the bindings for a given tag. Parameters array $tag Return Value array