void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Builder|Builder selectSub(Closure|Builder|string $query, string $as) Add a subselect expression to the query. Parameters Closure|Builder|string $query string $as Return Value Builder|Builder Exceptions InvalidArgumentException
string getAlias(string $abstract) Get the alias for an abstract if available. Parameters string $abstract Return Value string Exceptions LogicException
void flashOnly(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
Pivot newExistingPivot(array $attributes = array()) Create a new existing pivot model instance. Parameters array $attributes Return Value Pivot
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
Application getLaravel() Get the Laravel application instance. Return Value Application
string clientExtension() Get the file's extension supplied by the client. Return Value string
void __construct(Filesystem $files) Create a new migration publisher instance. Parameters Filesystem $files Return Value void
Page 613 of 996