我在laravel 4中编写了一个ap,它将使用多个包(例如页面/博客/图库),在管理区域中我希望为每个包提供一个基本管理路由列表,例如:
Edit CMS (goes to admin/page/)
Edit Blog (goes to admin/blog)
Edit Gallery (goes to admin/gallery)
我无法弄清楚如何做到这一点,我想如果我可以在每个包服务提供商的注册方法中设置一些东西,但我不确定如何做到这一点,然后如何把它拉出来在刀片中。
答案 0 :(得分:0)
在您查看文件中:
<a href="{{URL::to('admin/page/')}}">Edit CMS</a>