I\'m building a RESTS like service in PHP that should accept a large JSON post as main data (I send and read the data much like discussed here: http://forums.laravel.io/view
Change this
; max_input_vars = 1000
To this
max_input_vars = 3000
Comment line in php.ini file is
;