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

SoftDeletingTrait::bootSoftDeletingTrait()

static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. Return Value void

Model::removeObservableEvents()

void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void

PostgresGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string

SqlServerGrammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

DatabaseNotification::joiningTable()

string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string

Collection::implode()

string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string

Application::runningInConsole()

bool runningInConsole() Determine if we are running in the console. Return Value bool

Foundation\Validation

Illuminate\Foundation\Validation Classes ValidatesRequests

SortedMiddleware::__toString()

string __toString() Convert the collection to its string representation. Return Value string