Route::post('login', function() { Auth::loginUsingId(1); // ... where 1 is the primary key of the de...
maybe you have this: hello.blade.php.php ?????
what version of laravel are you using? maybe 3.0? in that case there is an option to setup in the fi...
a little tip: laravel comes with a function named dd (dump and die), so var_dump(Input::all()); var_...
Think about just having one pivot table, how do you will manage the ids for tv and movies in a singl...
The Laravel portal for problem solving, knowledge sharing and community building.