This file handle user registration. The validator method of the Registrar contains the validation rules for new users of the application, The create method of the Registrar is responsible for creating new User records in your database. The Registrar is called by the AuthController via the methods contained in the AuthenticatesAndRegistersUsers trait.