Answers for "laravel function to find the current route"

PHP
3

laravel get current route name

Route::currentRouteName()
Posted by: Guest on July-24-2020
0

get current route in blade laravel

<p> Path: {{ Request::path() }} </p>
Posted by: Guest on October-13-2020

Code answers related to "laravel function to find the current route"

Browse Popular Code Answers by Language