You're just returning true upon a successful login... Replace line 26 with dd('Great sexy success');...
It presumes your url maps to the public/ directory. If you're using MAMP, give this a look: http://s...
Replace line 24 with: if(Auth::attempt(array('username' => Input::get('email'), 'password' =>...
The Laravel portal for problem solving, knowledge sharing and community building.
The community