I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...
I am trying to login a user in the latest release of Lumen. No matter whether I use auth()->attem...
I am developing several projects in the most recent release of Lumen. The Lumen documentation does n...
The following Middleware works for this. class CleanRequestCacheMiddleware { /** * Handle a...
After some more fiddling/experimentation, I created this and put it in my bootstrap/app.php file. //...
I created a replacement function that I appended underneath the helpers that Otwell arbitrarily and...
I attempted to use the Illuminate\Http\Request::fingerprint method, but it is another functionality...
That fixed it. Thanks :) I still don't understand the mind of Otwell, but I generally manage to get...
The Laravel portal for problem solving, knowledge sharing and community building.
The community