bool trashed() Determine if the model instance has been soft-deleted. Return Value bool
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
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
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
void forgetPushed() Forget all of the queued listeners. Return Value void
array getBags() Get all the bags. Return Value array
string basePath() Get the base path of the Laravel installation. Return Value string
static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface
string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string
Page 80 of 996