mixed max(string $column) Retrieve the maximum value of a given column. Parameters string $column Return Value mixed
string toHtml() Render the contents of the paginator to HTML. Return Value string
Builder|Builder leftJoinWhere(string $table, string $one, string $operator, string $two) Add a "join where" clause to the query. Parameters string $table string $one string $operator string $two Return Value Builder|Builder
$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this
Response logout(Request $request) Log the user out of the application. Parameters Request $request Return Value Response
$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException
bool logging() Determine whether we're logging queries. Return Value bool
Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection
void boot() Bootstrap the application events. Return Value void
int count() Count the number of items in the collection. Return Value int
Page 262 of 996