Support the ongoing development of Laravel.io →

k98kurz

Joined 15 Oct 2015

Statistics

Threads 3
Replies 7
Solutions 1
Articles 0

update from Lumen 5.1 to 5.2: flashing data on a per request basis

I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...

0 Likes
4 Replies
Solved

auth()->attempt() throws an ErrorException when passed an array of credentials

I am trying to login a user in the latest release of Lumen. No matter whether I use auth()->attem...

0 Likes
2 Replies
Solved
posted 8 years ago

Call to undefined function App\Http\Controllers\request() (inconsistent helper function documentation/functionality)

I am developing several projects in the most recent release of Lumen. The Lumen documentation does n...

0 Likes
3 Replies
replied 8 years ago

update from Lumen 5.1 to 5.2: flashing data on a per request basis

The following Middleware works for this. class CleanRequestCacheMiddleware { /** * Handle a...

0 Likes
Solved
replied 8 years ago

update from Lumen 5.1 to 5.2: flashing data on a per request basis

After some more fiddling/experimentation, I created this and put it in my bootstrap/app.php file. //...

0 Likes
replied 8 years ago

update from Lumen 5.1 to 5.2: flashing data on a per request basis

I created a replacement function that I appended underneath the helpers that Otwell arbitrarily and...

0 Likes
replied 8 years ago

update from Lumen 5.1 to 5.2: flashing data on a per request basis

I attempted to use the Illuminate\Http\Request::fingerprint method, but it is another functionality...

0 Likes
replied 8 years ago

auth()->attempt() throws an ErrorException when passed an array of credentials

That fixed it. Thanks :) I still don't understand the mind of Otwell, but I generally manage to get...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.