View of(string $view, mixed $data = array()) Get the evaluated view contents for a named view. Parameters string $view mixed $data Return Value View
bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool
void register() Register the service provider. Return Value void
Event class Event extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. fro
Pivot newPivot(Model $parent, array $attributes, string $table, bool $exists) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value Pivot
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool
Page 62 of 996