ClearCompiledCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

CookieServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Pivot::getQualifiedKeyName()

string getQualifiedKeyName() Get the table qualified key name. Return Value string

Factory::name()

void name(string $view, string $name) Register a named view. Parameters string $view string $name Return Value void

Listener::getEnvironment()

string getEnvironment() Get the current listener environment. Return Value string

User::freshTimestampString()

string freshTimestampString() Get a fresh timestamp for the model. Return Value string

FormRequest::exists()

bool exists(string|array $key) Determine if the request contains a given input item key. Parameters string|array $key Return Value bool

Writer::log()

void log(string $level, string $message, array $context = array()) Log a message to the logs. Parameters string $level string $message array $context Return Value void

GuardHelpers::id()

int|null id() Get the ID for the currently authenticated user. Return Value int|null

CookieSessionHandler::__construct()

void __construct(QueueingFactory $cookie, int $minutes) Create a new cookie driven handler instance. Parameters QueueingFactory $cookie int $minutes Return Value void