Level 1
I found the limit. That is the php param in php.ini
; How many GET/POST/COOKIE input variables may be accepted max_input_vars = 1000
I increase this value and it works now.
4 likes
I create a form to allow to submit ulimited of options
In laravel when debug i found that, laravel $_REQUEST only allow me to get 498 option_name option_name={array}[498]
I made some check
Could some one tell me what i need to change so that i can get the input "option_name" with full value submit from form.
Thanks,
Please or to participate in this conversation.