Home > Enterprise >  How to get Route name in Laravel 8
How to get Route name in Laravel 8

Time:06-23

I am working with a laravel 8 app, I want to get the route name which we write in the ->name() method. Basically want to print this name in title of page.

enter image description here

  • Related