0

I'm given a GET variable by a script that is this:

input[0][value]

How can I access this value using Laravel's Input class?

I've tried Input::get('input[0][value]') and it returns nothing.

asgwar12
  • 131
  • 1
  • 9

0 Answers0