Store::invalidate()

invalidate($lifetime = null) {@inheritdoc} Parameters $lifetime

SoftDeletes::getQualifiedDeletedAtColumn()

string getQualifiedDeletedAtColumn() Get the fully qualified "deleted at" column. Return Value string

MorphToMany::updateOrCreate()

Model updateOrCreate(array $attributes, array $values = array(), array $joining = array(), bool $touch = true) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values array $joining bool $touch Return Value Model

Parser::parse()

static array parse(string $expression) Parse the given console command definition into an array. Parameters string $expression Return Value array Exceptions InvalidArgumentException

SoftDeletingTrait

SoftDeletingTrait trait SoftDeletingTrait (View source) Methods static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. void forceDelete() Force a hard delete on a soft deleted model. bool|null restore() Restore a soft-deleted model instance. bool trashed() Determine if the model instance has been soft-deleted. static Builder|SoftDeletingTrait withTrashed() Get a new query builder that includes soft deletes. static Builder|SoftDeletingTrait o

Blueprint::create()

Fluent create() Indicate that the table needs to be created. Return Value Fluent

Repository::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

RoutesCommand::fire()

void fire() Execute the console command. Return Value void

Request::fullUrlIs()

bool fullUrlIs() Determine if the current request URL and query string matches a pattern. Return Value bool

TableCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int