ModelMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Repository::__construct()

void __construct(array $items = array()) Create a new configuration repository. Parameters array $items Return Value void

SessionGuard::authenticate()

Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException

SyncJob::delete()

void delete() Delete the job from the queue. Return Value void

MailMessage::action()

$this action(string $text, string $url) Configure the "call to action" button. Parameters string $text string $url Return Value $this

Authenticatable::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string

Factory

Factory class Factory implements Factory (View source) Methods void __construct(EngineResolver $engines, ViewFinderInterface $finder, Dispatcher $events) Create a new view factory instance. View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View of(string $view, mixed $data

PasswordBrokerManager

PasswordBrokerManager class PasswordBrokerManager implements PasswordBrokerFactory (View source) Methods void __construct(Application $app) Create a new PasswordBroker manager instance. mixed broker(string|null $name = null) Attempt to get the broker from the local cache. string getDefaultDriver() Get the default password broker name. void setDefaultDriver(string $name) Set the default password broker name. mixed __call(string $method, array $parameters) Dynamically ca

HTML::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Guard::guest()

bool guest() Determine if the current user is a guest. Return Value bool