$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
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void __construct(mixed $notifiable, Notification $notification, string $channel, mixed $response = null) Create a new event instance. Parameters mixed $notifiable Notification $notification string $channel mixed $response Return Value void
Page 364 of 996