EloquentUserProvider::createModel()

Model createModel() Create a new instance of the model. Return Value Model

MySqlConnection::selectOne()

mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed

Database\Console\Seeds

Illuminate\Database\Console\Seeds Classes SeedCommand SeederMakeCommand

SqlServerGrammar::compileDropIfExists()

string compileDropIfExists(Blueprint $blueprint, Fluent $command) Compile a drop table (if exists) command. Parameters Blueprint $blueprint Fluent $command Return Value string

Arr::forget()

static void forget(array $array, array|string $keys) Remove one or many array items from a given array using "dot" notation. Parameters array $array array|string $keys Return Value void

Hub::pipe()

mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines. Parameters mixed $object string|null $pipeline Return Value mixed

SqlServerGrammar::compileTableExists()

string compileTableExists() Compile the query to determine if a table exists. Return Value string

Blueprint::getChangedColumns()

array getChangedColumns() Get the columns on the blueprint that should be changed. Return Value array

MorphOne::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

TestMakeCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void