type
status
date
slug
summary
tags
category
icon
password
在使用laravel时,使用
route::currentRouteName()
获取到null
值需要在路由中添加→name()
命名该路由Route
::
any('test/index','Admin\TestController@index')
->
name('test/index');