mixed value(string $column) Get a single column's value from the first result of a query. Parameters string $column Return Value mixed
array messages() Get custom messages for validator errors. Return Value array
void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. Parameters string $extra Return Value void
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
void error(string $string) Write a string as error output. Parameters string $string Return Value void
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
Collection keys() Get the keys of the collection items. Return Value Collection
Page 109 of 996