LengthAwarePaginator::links()

string links(string $view = null) Render the paginator using the given view. Parameters string $view Return Value string

JoinClause::addNestedWhereQuery()

$this addNestedWhereQuery(Builder|Builder $query, string $boolean = 'and') Add another query builder as a nested where to the query builder. Parameters Builder|Builder $query string $boolean Return Value $this

UploadedFile

UploadedFile class UploadedFile extends UploadedFile (View source) Traits FileHelpers Macroable

KeyGenerateCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

ClosureCommand::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

EncryptedStore::getBag()

getBag($name) {@inheritdoc} Parameters $name

AutoloadCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

SessionGuard::setProvider()

void setProvider(UserProvider $provider) Set the user provider used by the guard. Parameters UserProvider $provider Return Value void

JoinClause::orWhereNotExists()

Builder|Builder orWhereNotExists(Closure $callback) Add a where not exists clause to the query. Parameters Closure $callback Return Value Builder|Builder

RollbackCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string