About a month ago there was a conversation on reddit.com/r/Laravel about how to do versioning on Elo...
Is this possible? I'd like a View Composer to know the name of the controller and action context so...
I had the same problem as you and solved it with this. Use your first example, but your scripts() b...
Usually you should just be able to look in the $_SERVER variable.. Without knowing details about you...
The answer to this question is: Route::getCurrentRoute()->getAction() Which returns something th...
newtonianb said: Not to mention there are serious CORE features missing from Laravel like a rails l...
The Laravel portal for problem solving, knowledge sharing and community building.
The community