Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get current route laravel

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

get path:
{{ Request::path() }} // path
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #current #route #laravel
ADD COMMENT
Topic
Name
9+8 =