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

Application::refresh()

mixed refresh(string $abstract, mixed $target, string $method) Refresh an instance on the given target and method. Parameters string $abstract mixed $target string $method Return Value mixed

Authenticatable::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

Grammar::compileInsertGetId()

string compileInsertGetId(Builder $query, array $values, string $sequence) Compile an insert and get ID statement into SQL. Parameters Builder $query array $values string $sequence Return Value string

MemcachedStore::setPrefix()

void setPrefix(string $prefix) Set the cache key prefix. Parameters string $prefix Return Value void

ValidatesRequests::validateWithBag()

void validateWithBag(string $errorBag, Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given request with the given rules. Parameters string $errorBag Request $request array $rules array $messages array $customAttributes Return Value void Exceptions ValidationException

Cache\Console

Illuminate\Cache\Console Classes CacheTableCommand ClearCommand

DatabaseNotification::hasManyThrough()

HasManyThrough hasManyThrough(string $related, string $through, string|null $firstKey = null, string|null $secondKey = null, string|null $localKey = null) Define a has-many-through relationship. Parameters string $related string $through string|null $firstKey string|null $secondKey string|null $localKey Return Value HasManyThrough

SimpleMessage::with()

$this with(Action|string|array $line) Add a line of text to the notification. Parameters Action|string|array $line Return Value $this