Support the ongoing development of Laravel.io →
Configuration Requests Input
Last updated 1 year ago.
0

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');
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kyoukhana kyoukhana Joined 28 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.