bool insert(string $query, array $bindings = array()) Run an insert statement
string|array option(string $key = null) Get the value of a command option
static Model create(array $attributes = array())
int delete(string $query, array $bindings = array()) Run a delete statement
static void updating(Closure|string $callback, int $priority)
void logQuery(string $query, array $bindings, float|null $time = null) Log
mixed getRelationValue(string $key) Get a relationship.
string joiningTable(string $related) Get the joining table name for a many-to-many
static Collection hydrateRaw(string $query
void info(string $string, null|int|string $verbosity = null) Write a string
Page 67 of 100