MorphPivot::getMorphClass()

string getMorphClass() Get the class name for polymorphic relations. Return Value string

MorphPivot::getGlobalScopes()

array getGlobalScopes() Get the global scopes for this class instance. Return Value array

DatabaseManager::getConnections()

array getConnections() Return all of the created connections. Return Value array

MessageBag::setFormat()

$this setFormat(string $format = ':message') Set the default message format. Parameters string $format Return Value $this

MigrateMakeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

TailCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

MakesHttpRequests::visitRoute()

$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this

Router::pattern()

void pattern(string $key, string $pattern) Set a global where pattern on all routes. Parameters string $key string $pattern Return Value void

ConfigCacheCommand::__construct()

void __construct(Filesystem $files) Create a new config cache command instance. Parameters Filesystem $files Return Value void

QueueManager::connection()

Queue connection(string $name = null) Resolve a queue connection instance. Parameters string $name Return Value Queue