EnsureUsersExist
class EnsureUsersExist (View source)
Middleware that ensures at least one user exists in the system.
Used to redirect to the registration form when the database has no users yet (e.g., on first system setup).
Methods
Details
Response
handle(Request $request, Closure $next)
Handle an incoming request.