2013-01-27, 07:03 AM
Another Laravel issue I'm having... I went half a day without a significant error. Quite a record for me .
So I have a login form that (I assume) is posting correctly to the do_login function.
vv [[ removed ]] vv
Never mind. I fixed it looking into the laravel docs. I put the login information into an array, and passed that to Auth::attempt.
So I have a login form that (I assume) is posting correctly to the do_login function.
vv [[ removed ]] vv
Never mind. I fixed it looking into the laravel docs. I put the login information into an array, and passed that to Auth::attempt.