$this success() Indicate that the notification gives information about a successful operation. Return Value $this
array getAttributes() Get all of the current attributes on the model. Return Value array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
string|false storePublicly(string $path, string|null $disk = null) Store the uploaded file on a filesystem disk with public visibility. Parameters string $path string|null $disk Return Value string|false
Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response
$this setRounds(int $rounds) Set the default password work factor. Parameters int $rounds Return Value $this
void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
mixed pull(string $key, string $default = null) Get the value of a given key and then forget it. Parameters string $key string $default Return Value mixed
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void
Page 363 of 996