In Laravel 4.2 as part of my permissions system I would dynamically setup routes based on the users...
I have a model with a belongsToMany relationship with an additional pivot column. public functio...
For those interested, I still couldn't find a way of getting the auth'ed user in the route group so...
I don't suppose anyone has any ideas on how to access the auth'ed user within a route group? This is...
I tried creating a before middleware in an attempt to Auth before the request but same result. I get...
Thanks, that explains it. I've just got to come up with a solution.
Simple, don't allow the routes to exist for unauth'ed users. Deny them the information they seek: Ro...
The Laravel portal for problem solving, knowledge sharing and community building.
The community