Answers for "post to the current route laravel"

PHP
3

laravel get current route name

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

get current route laravel

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

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

laravel get current route name

request()->route()->getName()
Posted by: Guest on May-21-2021

Code answers related to "post to the current route laravel"

Browse Popular Code Answers by Language