SoftDeletes::trashed()

bool trashed() Determine if the model instance has been soft-deleted. Return Value bool

Builder::firstOrCreate()

Model firstOrCreate(array $attributes, array $values = array()) Get the first record matching the attributes or create it. Parameters array $attributes array $values Return Value Model

ListFailedCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

SortedMiddleware::mapWithKeys()

Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection

EventFake::forgetPushed()

void forgetPushed() Forget all of the queued listeners. Return Value void

ViewErrorBag::getBags()

array getBags() Get all the bags. Return Value array

Application::basePath()

string basePath() Get the base path of the Laravel installation. Return Value string

DatabaseNotification::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

SqlServerGrammar::compileEnableForeignKeyConstraints()

string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string

Pivot::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface