App\Http\Controllers\Validator not found

PHP
use Illuminate\Support\Facades\Validator;

# most likely you will need these 2 too
use Illuminate\Support\Facades\Hash;
use App\User;
Source

Also in PHP: