static string camel(string $value) Convert a value to camel case. Parameters string $value Return Value string
void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void
$this view(string $view, array $data = array()) Set the view and view data for the message. Parameters string $view array $data Return Value $this
$this assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array()) Assert whether the client was redirected to a given route. Parameters string $name array $parameters array $with Return Value $this
$this seeIsAuthenticated(string|null $guard = null) Assert that the user is authenticated. Parameters string|null $guard Return Value $this
$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string secure(string $path, array $parameters = array()) Generate a secure, absolute URL to the given path. Parameters string $path array $parameters Return Value string
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
Page 150 of 996