void reflash() Reflash all of the session flash data. Return Value void
void routes(array $attributes = null) Register the routes for handling broadcast authentication and sockets. Parameters array $attributes Return Value void
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
bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool
void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void
string getQueue() Get the name of the queue the job belongs to. Return Value string
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
bool update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
$this through(array|mixed $pipes) Set the array of pipes. Parameters array|mixed $pipes Return Value $this
Page 275 of 996