Apparently Laravel’s Eloquent update(['timestamps' => false]) option never worked in all cases so it was silently removed without any sort of deprecation notice or upgrade guide bullet point. It’s a good thing I pay close attention to every core pull request and also had an app-level integration test that confirmed the framework works as intended across each minor version upgrade.

Of course, I’m lying.

Read the rest of this entry »