InteractsWithPages::seeText()

$this seeText(string $text, bool $negate = false) Assert that a given string is seen on the current text. Parameters string $text bool $negate Return Value $this

PostgresGrammar::compileInsertGetId()

string compileInsertGetId(Builder $query, array $values, string $sequence) Compile an insert and get ID statement into SQL. Parameters Builder $query array $values string $sequence Return Value string

Grammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

InteractsWithPages::seeInField()

$this seeInField(string $selector, string $expected, bool $negate = false) Assert that an input field contains the given value. Parameters string $selector string $expected bool $negate Return Value $this

ControllerDispatcher::dispatch()

mixed dispatch(Route $route, mixed $controller, string $method) Dispatch a request to a given controller and method. Parameters Route $route mixed $controller string $method Return Value mixed

MorphOne::getRelationCountQuery()

Builder getRelationCountQuery(Builder $query, Builder $parent) Get the relationship count query. Parameters Builder $query Builder $parent Return Value Builder

ThrottleRequests

ThrottleRequests class ThrottleRequests (View source) Methods void __construct(RateLimiter $limiter) Create a new request throttler. mixed handle(Request $request, Closure $next, int $maxAttempts = 60, float|int $decayMinutes = 1) Handle an incoming request.

TerminableMiddleware deprecated::terminate()

void terminate(Request $request, Response $response) Perform any final actions for the request lifecycle. Parameters Request $request Response $response Return Value void

Gate::authorize()

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

Auth\Passwords

Illuminate\Auth\Passwords Classes CanResetPassword DatabaseTokenRepository PasswordBroker PasswordResetServiceProvider