Connection reconnect(string $name = null) Reconnect to the given database. Parameters string $name Return Value Connection
string|array old(string $key = null, string|array|null $default = null) Retrieve an old input item. Parameters string $key string|array|null $default Return Value string|array
array parseData(array $data) Parse the data array. Parameters array $data Return Value array
HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany
void setVisibility(string $path, string $visibility) Set the visibility for the given path. Parameters string $path string $visibility Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
AuthenticateWithBasicAuth class AuthenticateWithBasicAuth (View source) Methods void __construct(Factory $auth) Create a new middleware instance. mixed handle(Request $request, Closure $next, string|null $guard = null) Handle an incoming request.
$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
void register() Register the service provider. Return Value void
Authenticatable getLastAttempted() Get the last user we attempted to authenticate. Return Value Authenticatable
Page 443 of 996