After logging the user into the system I theoretically would have to have some protected routes, how do I do this? In my case it is returning error. See:
routes.php
Route::group(['before' => 'auth'],function(){
Route::controller('res...
asked by
09.06.2014 / 20:53