在Laravel中,我们可以通过以下方式从当前URL获取路径名称:
Route::currentRouteName()
但是,我们如何从特定的给定URL获取路由名称?
谢谢.
php routing laravel
laravel ×1
php ×1
routing ×1