ProviderMakeCommand::error()

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

Gate::authorize()

Response authorize(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value Response Exceptions AuthorizationException

HasMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

XCacheStore::put()

void put(string $key, mixed $value, int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value int $minutes Return Value void

EnvironmentCommand::__construct()

void __construct() Create a new console command instance. Return Value void

ProviderMakeCommand::option()

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

Builder::forceDelete()

mixed forceDelete() Run the default delete function on the builder. Return Value mixed

RoutesNotifications::routeNotificationFor()

mixed routeNotificationFor(string $driver) Get the notification routing information for the given driver. Parameters string $driver Return Value mixed

MessageBag::merge()

$this merge(MessageProvider|array $messages) Merge a new array of messages into the bag. Parameters MessageProvider|array $messages Return Value $this

EnvironmentVariables

EnvironmentVariables class EnvironmentVariables (View source) PHP $_ENV loader for protecting sensitive configuration options. Inspired by the wonderful "Dotenv" library by Vance Lucas. Methods void __construct(EnvironmentVariablesLoaderInterface $loader) The server environment instance. load(string $environment = null) Load the server variables for a given environment.