I'm having problems with my project, it won't log any users in with the Auth::attempt() - it just do...
This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...
So I am following the tutorial on tuts+ Premium from Jeffrey Way - Creating an Ecommerce App in Lara...
I don't think it even redirects me to the SessionsController@store, don't know why though.
Tried that. Still not working :(. It acts like the form isn't submitted at all, it just refreshes th...
Could it be that my header.blade.php file contains that form, and the header file is included into t...
I have that combo in the database and the password is hashed with Hash::make(); dd(Input::all())...
The Laravel portal for problem solving, knowledge sharing and community building.
The community