PreventRegistrationIfUsersExist
class PreventRegistrationIfUsersExist (View source)
Middleware that prevents registration if users already exist.
Ensures that registration is only available during the initial setup of the system.
Methods
Details
Response
handle(Request $request, Closure $next)
Handle an incoming request.