BcryptHasher::setRounds()

$this setRounds(int $rounds) Set the default password work factor. Parameters int $rounds Return Value $this

SQLiteConnection::listen()

void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void

CookieServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

EncryptedStore::pull()

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

Application::bind()

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

WorkCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

MorphPivot::setRelations()

$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this

MorphOneOrMany::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

RouteListCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

NotificationSent::__construct()

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