I'm using Laravel 5.7 and know about the Monolog package.
My question now is, since I haven't found a proper tutorial on correctly logging your data, how do I properly log if the user input, converted into an array, is sent to the database?
The array is quite big, so I don't see any use in logging this whole thing, but I want to make sure the array has been passed to the database(using API package for the db connection and the methods to save the data).
Any idea how I can log if the data was sent correctly? (and of course log it, when something went wrong)