if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...
Well mysql log would tell you more but im suspecting CreatedAt and UpdatedAt fields does not exists....
Provide two parameters to model 1.Starting Item 2.Number of items to show And in query start from ST...
where('user_contition', '=', 1); i think you need '1' (not sure just a guess)
There is configuration for server adress somewhere in laravel so i guess that's set to http://IP If...
I think that when you use [code]App::make('FrontController')->showError($code); [/code] you alrea...
The Laravel portal for problem solving, knowledge sharing and community building.