I am facing a problem with my production environment and laravel development. The development environment is linux (using apache2 and php7.1, properly configured sql server 2014 drives) and the production environment is a Windows using Xampp with php 7.2 (also with the 2014 sql server drive properly registered). >
The problem is that in the environment I develop all the fields that use the Carbon :: library. This generates a "Data missing" error, already in the production environment, the error does not occur.
I have already checked the timezone of both php.ini files and they are identical and even then the error persists.