承接 adrianmerk/laravelactive 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

adrianmerk/laravelactive

最新稳定版本:1.0.3

Composer 安装命令:

composer require adrianmerk/laravelactive

包简介

The helper class for Laravel applications to get active class base on current route for Laravel 11

README 文档

README

Build Status Latest Stable Version Code Climate Test Coverage Total Downloads License

Caution

This repository is not maintained any more. Please feel free to fork it and make it compatible to new versions of Laravel.

The helper class for Laravel applications to get active class base on current url.

Since version 7.0, the major version of this library will match the major version of Laravel.

Laravel version Active library version
>= 7.x 1.0

Installation

Require this package as your dependencies:

composer require adrianmer/laravelactive

If you are using Laravel 5.5+, you do not need to manually register the ServiceProvider and Alias.

Append this line to your providers array in config/app.php

HieuLe\Active\ActiveServiceProvider::class,

Append this line to your aliases array in config/app.php

'Active' => HieuLe\Active\Facades\Active::class,

Usage

See: How to use Active

Changelog:

  • 1.0.3 support Laravel 12

统计信息

  • 总下载量: 9.12k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-05