timgreenwood/laravel-active
Composer 安装命令:
composer require timgreenwood/laravel-active
包简介
The helper class for Laravel applications to get active class base on current route
README 文档
README
The helper class for Laravel applications to get active class.
Since version 9.0, the major version of this library will match the major version of Laravel.
| Laravel version | Active library version |
|---|---|
| 10.x | 10.x |
| 9.x | 9.x |
Installation
Require this package as your dependencies:
composer require timgreenwood/laravel-active
Append this line to your aliases array in config/app.php
'Active' => TimGreenwood\Active\Facades\Active::class,
Changelog:
- v10.0.0 : support Laravel 10
- v9.0.0 : support Laravel 9
统计信息
- 总下载量: 382
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-23