定制 irfanmomin/active_laravel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-22