hi, im newbie, i'm using laravel 4.2 When i send a post request to home path route::post('/',functio...
//route.php Route::post('/',function(){ $data = Input::all(); var_dump($data); }); //view/form.blade...
The Laravel portal for problem solving, knowledge sharing and community building.
The community