Skip to content

Instantly share code, notes, and snippets.

View ArtisanTinkerer's full-sized avatar

Mick Byrne ArtisanTinkerer

  • Osprey Flight Solutions
  • UK
View GitHub Profile
@ArtisanTinkerer
ArtisanTinkerer / laravel-5-tweak-login-authcontroller.php
Created February 16, 2016 14:30 — forked from AlexanderPoellmann/laravel-5-tweak-login-authcontroller.php
Log in with Username or Email in Laravel 5 - AuthController->postLogin()
<?php
/**
* This snippet goes into your
* \app\Http\Controllers\Auth\AuthController.php
*
* Make sure to update your login view as well
* (\resources\views\auth\login.blade.php). Just
* change
*/