SeedCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

MorphToMany::newExistingPivot()

Pivot newExistingPivot(array $attributes = array()) Create a new existing pivot model instance. Parameters array $attributes Return Value Pivot

User::newFromBuilder()

Model newFromBuilder(array $attributes = array(), string|null $connection = null) Create a new model instance that is existing. Parameters array $attributes string|null $connection Return Value Model

TestMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

File::clientExtension()

string clientExtension() Get the file's extension supplied by the client. Return Value string

MorphOneOrMany::getRelationQuery()

Builder getRelationQuery(Builder $query, Builder $parent, array|mixed $columns = array('*')) Get the relationship query. Parameters Builder $query Builder $parent array|mixed $columns Return Value Builder

NotificationTableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new notifications table command instance. Parameters Filesystem $files Composer $composer Return Value void

MorphPivot::getGlobalScope()

static ScopeInterface|null getGlobalScope(ScopeInterface $scope) Get a global scope registered with the model. Parameters ScopeInterface $scope Return Value ScopeInterface|null

Builder::orWhere()

Builder|Builder orWhere(Closure|string $column, string $operator = null, mixed $value = null) Add an "or where" clause to the query. Parameters Closure|string $column string $operator mixed $value Return Value Builder|Builder

JoinClause::rightJoinWhere()

Builder|Builder rightJoinWhere(string $table, string $one, string $operator, string $two) Add a "right join where" clause to the query. Parameters string $table string $one string $operator string $two Return Value Builder|Builder