Problem Description
In Laravel v4 I was able to get the current route name using...
<!-- language: php -->
Route::currentRouteName()
How can I do it in **Laravel v5** and **Laravel v6**?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?