int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string getKey() Get the API key being used by the transport. Return Value string
void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void
bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|float|int $minutes Return Value bool
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void boot() Bootstrap the application services. Return Value void
$this delete(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request. Parameters string $uri array $data array $headers Return Value $this
$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this
abstract string getDefaultDriver() Get the default driver name. Return Value string
Page 126 of 996