Application::registerDeferredProvider()

void registerDeferredProvider(string $provider, string $service = null) Register a deferred provider and service. Parameters string $provider string $service Return Value void

DownCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

InstallCommand::callSilent()

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

RedisTaggedCache::has()

bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool

Grammar::compileTruncate()

array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array

StatusCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

User::newInstance()

Model newInstance(array $attributes = array(), bool $exists = false) Create a new instance of the given model. Parameters array $attributes bool $exists Return Value Model

Response::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Application::make()

mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. (Overriding Container::make) Parameters string $abstract array $parameters Return Value mixed

AliasLoader::getInstance()

static AliasLoader getInstance(array $aliases = array()) Get or create the singleton alias loader instance. Parameters array $aliases Return Value AliasLoader