Str::camel()

static string camel(string $value) Convert a value to camel case. Parameters string $value Return Value string

ApplicationTrait::be()

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

ImpersonatesUsers::be()

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

Mailable::view()

$this view(string $view, array $data = array()) Set the view and view data for the message. Parameters string $view array $data Return Value $this

TestCase::assertRedirectedToRoute()

$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

TestCase::seeIsAuthenticated()

$this seeIsAuthenticated(string|null $guard = null) Assert that the user is authenticated. Parameters string|null $guard Return Value $this

TestCase::dontSeeIsAuthenticated()

$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this

RefreshCommand::option()

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

UrlGenerator::secure()

string secure(string $path, array $parameters = array()) Generate a secure, absolute URL to the given path. Parameters string $path array $parameters Return Value string

MakeAuthCommand::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