JoinClause::orWhereTime()

Builder|Builder orWhereTime(string $column, string $operator, int $value) Add an "or where time" statement to the query. Parameters string $column string $operator int $value Return Value Builder|Builder

JoinClause::orWhereNotNull()

Builder|Builder orWhereNotNull(string $column) Add an "or where not null" clause to the query. Parameters string $column Return Value Builder|Builder

Builder::orWhereNotIn()

Builder|Builder orWhereNotIn(string $column, mixed $values) Add an "or where not in" clause to the query. Parameters string $column mixed $values Return Value Builder|Builder

Kernel::handle()

int handle(InputInterface $input, OutputInterface $output = null) Handle an incoming console command. Parameters InputInterface $input OutputInterface $output Return Value int

JoinClause::forNestedWhere()

Builder forNestedWhere() Create a new query instance for nested where condition. Return Value Builder

Blueprint::double()

Fluent double(string $column, int|null $total = null, int|null $places = null) Create a new double column on the table. Parameters string $column int|null $total int|null $places Return Value Fluent

Collection::all()

array all() Get all of the items in the collection. Return Value array

Blueprint::morphs()

void morphs(string $name, string|null $indexName = null) Add the proper columns for a polymorphic table. Parameters string $name string|null $indexName Return Value void

JoinClause::insertGetId()

int insertGetId(array $values, string $sequence = null) Insert a new record and get the value of the primary key. Parameters array $values string $sequence Return Value int

ProviderMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void