irfanmomin/active_laravel
最新稳定版本:4.0
Composer 安装命令:
composer require irfanmomin/active_laravel
包简介
The helper class for Laravel 6 applications to get active class base on current route
README 文档
README
Library is based on https://github.com/letrunghieu/active
The helper class for Laravel applications (L4,L5 and L6) to get active class base on current url.
We are using this package in this repository (https://github.com/viralsolani/laravel-adminpanel) as core package.
This README file is written for the new 6.x version of this package, which is compatible with the Laravel 6 only.
- If you are using Laravel 4, see the
4.xversions. - If you are using Laravel 5, see the
5.xversions.
Installation
Require this package as your dependencies:
composer require krgupta/active
Append this line to your providers array in config/app.php
Irfan\ActiveLaravel\Providers\ActiveServiceProvider::class,
Append this line to your aliases array in config/app.php
'Active' => Irfan\ActiveLaravel\Facades\Active::class,
Contribute
You can contribute to this project, by just taking fork of it. We are open for suggestion and PRs. If you have any new suggestions or anything for that matter, contact me at webworldgk@gmail.com
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-22