static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException
void info(string $string) Write a string as information output. Parameters string $string Return Value void
Builder query() Get a new query builder instance. Return Value Builder
void fire() Execute the console command. Return Value void
Model createModel() Create a new instance of the model. Return Value Model
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
Illuminate\Database\Console\Seeds Classes SeedCommand SeederMakeCommand
string compileDropIfExists(Blueprint $blueprint, Fluent $command) Compile a drop table (if exists) command. Parameters Blueprint $blueprint Fluent $command Return Value string
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
string compileTableExists() Compile the query to determine if a table exists. Return Value string
Page 40 of 996