hadefication/trail
Composer 安装命令:
composer require hadefication/trail
包简介
Your package description here
README 文档
README
This package will expose a @trail blade directive that you can include into your master blade or layout file. This blade directive exposes a Trail JavaScript object that contains config and the collection of named routes that your application has. The directive also exposes a helper method named route for convenience, if you know what I mean.
Usage
- Add this package to your Laravel application by running
composer require hadefication/trail - Include
@trailto your master blade or your main layout file. - Start using
route('route.name')in your JavaScript to access route URLs. - That's all about it! Noice eh!?
Configs
The package comes with a nifty config file where you can customize how the package will behave.
excludeNamedRoutesToDirective: as the config suggests, this config, if set totrue, it will exclude the routes collection dump in theTrailobject.excludeRouteHelperMethodToDirective: yep, if set totrue, it will exclude theroutehelper method in the JavaScript export done in@traildirective.excludeRoutes: This config accepts an array of route names or route URI path that you wish to be excluded in the route collection dump added in Trail.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-29