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
static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. Return Value void
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string
bool runningInConsole() Determine if we are running in the console. Return Value bool
Illuminate\Foundation\Validation Classes ValidatesRequests
string __toString() Convert the collection to its string representation. Return Value string
Page 991 of 996