PasswordController
class PasswordController extends Controller
Traits
Properties
| protected array | $middleware | The middleware registered on the controller. |
from Controller |
Methods
middleware(Closure|array|string $middleware, array $options = [])
Register middleware on the controller.
from
Controller
mixed
callAction(string $method, array $parameters)
Execute an action on the controller.
from
Controller
mixed
__call(string $method, array $parameters)
Handle calls to missing methods on the controller.
from
Controller
void
dispatchIfListening(string $eventClass, Closure $event)
Dispatch the given event if listeners are registered.
from
DispatchesEvents
broker()
Get the broker to be used to delete any existing password reset tokens.
Details
in
Controller at line 20
ControllerMiddlewareOptions
middleware(Closure|array|string $middleware, array $options = [])
Register middleware on the controller.
in
Controller at line 35
array
getMiddleware()
Get the middleware assigned to the controller.
in
Controller at line 43
mixed
callAction(string $method, array $parameters)
Execute an action on the controller.
in
Controller at line 53
mixed
__call(string $method, array $parameters)
Handle calls to missing methods on the controller.
in
DispatchesEvents at line 16
protected void
dispatchIfListening(string $eventClass, Closure $event)
Dispatch the given event if listeners are registered.
at line 23
__construct(Container $container)
No description
at line 31
PasswordUpdateResponse
update(Request $request, UpdatesUserPasswords $updater)
Update the user's password.
at line 51
protected PasswordBroker
broker()
Get the broker to be used to delete any existing password reset tokens.