Registrar

Registrar interface Registrar (View source) Methods void get(string $uri, Closure|array|string $action) Register a new GET route with the router. void post(string $uri, Closure|array|string $action) Register a new POST route with the router. void put(string $uri, Closure|array|string $action) Register a new PUT route with the router. void delete(string $uri, Closure|array|string $action) Register a new DELETE route with the router. void patch(string $uri, Closure|array

RegistersUsers::showRegistrationForm()

Response showRegistrationForm() Show the application registration form. Return Value Response

RegistersUsers::register()

Response register(Request $request) Handle a registration request for the application. Parameters Request $request Return Value Response

RegistersUsers::redirectPath()

string redirectPath() Get the post register / login redirect path. Return Value string

RegistersUsers

RegistersUsers trait RegistersUsers (View source) Traits RedirectsUsers

RegisterProviders::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

RegisterProviders

RegisterProviders class RegisterProviders (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

RegisterFacades::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

RegisterFacades

RegisterFacades class RegisterFacades (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

Registered::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void