Download the PHP package five-say/laravel-route-group without Composer
On this page you can find all versions of the php package five-say/laravel-route-group. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-route-group
laravel-route-group
对象化分组路由辅助工具
- 使用前的准备
- 使用方法
- 实际用例
使用前的准备
在 composer.json 文件中申明依赖:
在 /app/config/app.php
中设置“服务提供者”与“别名”
使用方法
想知道它为我们注册了什么路由?我们来加一个小尾巴
->dd()
就像下面这样:
虽然对象化了,但总觉的代码量反而更多了是不是?没关系,让我们来个霸气点的:
现在有点感觉了?我们还可以做到更多:
哦,对了,这里还有个大尾巴
->ddAll()
它将输出在此之前,由此辅助注册的所有路由信息。
实际用例
请参考此项目 5-say/laravel-4.1-simple-blog。
All versions of laravel-route-group with dependencies
PHP Build Version
Package Version
The package five-say/laravel-route-group contains the following files
Loading the files please wait ....