Factory::of()

View of(string $view, mixed $data = array()) Get the evaluated view contents for a named view. Parameters string $view mixed $data Return Value View

Container::isAlias()

bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool

ConsoleSupportServiceProvider::register()

void register() Register the service provider. Return Value void

Event

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()

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

ClearRemindersCommand::secret()

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

Model::load()

$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this

NotificationMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

ConfigClearCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

SessionGuard::viaRemember()

bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool