Filesystem::put()

int put(string $path, string $contents, bool $lock = false) Write the contents of a file. Parameters string $path string $contents bool $lock Return Value int

Factory

Factory interface Factory (View source) Methods mixed guard(string|null $name = null) Get a guard instance by name. void shouldUse(string $name) Set the default guard the factory should serve.

PasswordBroker

PasswordBroker interface PasswordBroker (View source) Constants RESET_LINK_SENT Constant representing a successfully sent reminder. PASSWORD_RESET Constant representing a successfully reset password. INVALID_USER Constant representing the user not found response. INVALID_PASSWORD Constant representing an invalid password. INVALID_TOKEN Constant representing an invalid token.

SeedCommand

SeedCommand class SeedCommand extends Command (View source) Traits ConfirmableTrait

CookieJar::queued()

Cookie queued(string $key, mixed $default = null) Get a queued cookie instance. Parameters string $key mixed $default Return Value Cookie

JoinClause::orWhereColumn()

Builder|Builder orWhereColumn(string|array $first, string|null $operator = null, string|null $second = null) Add an "or where" clause comparing two columns to the query. Parameters string|array $first string|null $operator string|null $second Return Value Builder|Builder

Pivot::offsetGet()

mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed

ServeCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Repository::all()

array all() Get all of the configuration items for the application. Return Value array

SlackMessage::attachment()

$this attachment(Closure $callback) Define an attachment for the message. Parameters Closure $callback Return Value $this