To answer my own question.... Instead of the problem being a Mysql setting it ended up being a PHP Core setting called 'max_input_vars' in my php.ini, which was set at 1000. The warning didn't present itself until I dumped the output of the post variables with an exceeded number of vars. A log error was never written.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community