johnhamelink
7/12/2012 - 12:48 PM

routes.php

<?php

Route::any('/', 'auth.client::auth@login');
Route::any('/logout', 'auth.client::auth@logout');