string getForeignKey() Get the foreign key for the relationship. Return Value string
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
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
Page 151 of 996