Answers for "get the current web route larevel"

PHP
1

get current route laravel

get URL:
{{ Request::url() }} // http://localhost/path

get path:
{{ Request::path() }} // path
Posted by: Guest on August-23-2021
0

get current route in blade laravel

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

Browse Popular Code Answers by Language