Skip to content

Instantly share code, notes, and snippets.

View fathur's full-sized avatar

Fathur Rohman fathur

View GitHub Profile
@fathur
fathur / AuthenticationController.php
Last active August 29, 2015 14:07
Laravel Simple Authentication Controller with Sentry
<?php
use Illuminate\Routing\Controller;
/**
* @author https://github.com/brunogaspar/laravel4-starter-kit/blob/master/app/controllers/AuthController.php
*
**/
class AuthenticationController extends Controller {