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

Authenticatable::getAuthIdentifierName()

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

MailMessage::action()

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

SyncJob::delete()

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

AuthServiceProvider::register()

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

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

Grammar::supportsSavepoints()

bool supportsSavepoints() Determine if the grammar supports savepoints. Return Value bool

VendorPublishCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string