Exposing an auto-increment id in a URL tells anyone counting how many orders exist, and switching to a slug or a uuid normally means resolving it by hand…
Facades and Eloquent are both commented out in a fresh Lumen application, and the instinct is to switch them on immediately, which gives back most of what was…
7.2 added Argon2i to password_hash, and the useful detail is that it did not change the default. Code that passes PASSWORD_DEFAULT still gets bcrypt, deliberately, because the default…
5.0 shipped in October with a log-structured type and consumer groups. A list has no acknowledgement, which is why a crashed consumer loses the message.
count(null) returned zero, which meant a function returning null instead of an empty array produced a plausible number and no complaint. 7.2 warns. The warning is noisy on…
Preloading arrives in 7.4 and this year the closest equivalent is making sure the cache is warm before traffic reaches a new release, which is a deployment concern…