Laravel: Get controller action name in the request cover image

Laravel: Get controller action name in the request

Sam Ciaramilaro • April 10, 2015

Snippets
// To get the controller action being routed to:
$request->route()->getActionName();