string createdAt() Get the name of the "created at" column. Return Value string
array extractValuesForWildcards(array $data, string $attribute) Get all of the exact attribute values for a given wildcard attribute. Parameters array $data string $attribute Return Value array
bool update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool
bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool
Illuminate\Filesystem Classes Filesystem FilesystemServiceProvider
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
TokenGuard class TokenGuard implements Guard (View source) Traits GuardHelpers These methods are typically the same across all guards.
Page 461 of 996