EncryptedStore::reflash()

void reflash() Reflash all of the session flash data. Return Value void

BroadcastManager::routes()

void routes(array $attributes = null) Register the routes for handling broadcast authentication and sockets. Parameters array $attributes Return Value void

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