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

Blueprint::create()

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

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

Parser::parse()

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

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

SoftDeletingTrait::getDeletedAtColumn()

string getDeletedAtColumn() Get the name of the "deleted at" column. Return Value string

Store::invalidate()

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

SoftDeletes::getQualifiedDeletedAtColumn()

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

Application::getBindings()

array getBindings() Get the container's bindings. Return Value array

Listener::__construct()

void __construct(string $commandPath) Create a new queue listener. Parameters string $commandPath Return Value void