string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string
static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface
string basePath() Get the base path of the Laravel installation. Return Value string
array getBags() Get all the bags. Return Value array
void forgetPushed() Forget all of the queued listeners. 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 question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
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
bool trashed() Determine if the model instance has been soft-deleted. Return Value bool
$this addBinding(mixed $value, string $type = 'where') Add a binding to the query. Parameters mixed $value string $type Return Value $this Exceptions InvalidArgumentException
Page 534 of 996