Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@introwit
Created October 18, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save introwit/4dcd6cecf4885d13439b5ec416a9d344 to your computer and use it in GitHub Desktop.
Save introwit/4dcd6cecf4885d13439b5ec416a9d344 to your computer and use it in GitHub Desktop.
<?php
namespace App\Http\Controllers\Auth;
use DB;
use Mail;
use App\User;
use Validator;
use Illuminate\Http\Request;
use App\Mail\EmailVerification;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\RegistersUsers;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment