SQLiteGrammar::compileUpdate()

string compileUpdate(Builder $query, array $values) Compile an update statement into SQL. Parameters Builder $query array $values Return Value string

BaseCommand::setLaravel()

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

InteractsWithPages::within()

$this within(string $element, Closure $callback) Narrow the test content to a specific area of the page. Parameters string $element Closure $callback Return Value $this

DatabaseNotification::morphToMany()

MorphToMany morphToMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null, bool $inverse = false) Define a polymorphic many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey bool $inverse Return Value MorphToMany

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

Container::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

ExistenceAwareInterface

ExistenceAwareInterface interface ExistenceAwareInterface (View source) Methods SessionHandlerInterface setExists(bool $value) Set the existence state for the session.

Authenticatable::setRememberToken()

void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void

EncryptCookies

EncryptCookies class EncryptCookies (View source) Methods void __construct(Encrypter $encrypter) Create a new CookieGuard instance. void disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). mixed handle(Request $request, Closure $next) Handle an incoming request. bool isDisabled(string $name) Determine whether encryption has been disabled for the given cookie.

Validation\Rules

Illuminate\Validation\Rules Classes Dimensions Exists In NotIn Unique