You can use print_r(Input::all()) to get detailed information about the array
print_r(Input::all());
Or use Input::get(element) to get a single element on the list
echo Input::get('user');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community