laravel Updating Laravel Valet: sorry, you’re not allowed to preserve environment Laravel valet might tell you that you are not allowed to preserve the environment. This article details what that means, why that happens, and how to fix it.
nginx ETag, If-Match, NGINX, and you! If you set an ETag response header, and it's missing, NGINX might be removing it. This article explains what causes it and how to fix it so ETags show up again.
laravel Laravel 5.6, SFTP, connection hygiene, and you! Laravel 5.6 introduced SFTP as a Storage method. Do you know whether it closes the opened connections or leaves them hanging? Read this! (yes, it does close them)
laravel Custom error pages in Laravel (for the same Exception) Occasionally I can’t decide whether the question I’m asking about a piece of technology (in this case, Laravel) is so advanced as to no one understands it, or so simple that no one answers because they all assume I already know the
laravel Re: Laravel / Spark and their token authentication system A few days ago I wrote a rather lengthy article about how I modified Spark’s built in token authentication system by extending / replacing some of the classes, adding columns to the table it created, and renaming things. I haven’t had much time
laravel I Modified The Token Authentication in Laravel / Spark! Okay, that was yet another case of “programming by next error thrown”. It was frustrating. But also hilarious. Hilarious in the sense that I can’t believe how much code I had to shovel to implement something seemingly simple. Background: I set up a