if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...
Well what is going wrong? Can you tell something, we can not just guess your problems and nobody wil...
Just save User_ID (I would save displayed name to) in session and select all sessions that have User...
You can always export sql file from localhost and use it on host... Or you can make controller for r...
You can create dynamic DB connections in laravel with following syntax Config::set('database.connect...
Source: http://administrator.frozennode.com/docs/configuration#permission 'permission'=> function...
The Laravel portal for problem solving, knowledge sharing and community building.
The community