void error(string $string) Write a string as error output. Parameters string $string Return Value void
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
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
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
void __construct() Create a new console command instance. Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
mixed forceDelete() Run the default delete function on the builder. Return Value mixed
mixed routeNotificationFor(string $driver) Get the notification routing information for the given driver. Parameters string $driver Return Value mixed
$this merge(MessageProvider|array $messages) Merge a new array of messages into the bag. Parameters MessageProvider|array $messages Return Value $this
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.
Page 879 of 996