adrianmerk/laravelactive

The helper class for Laravel applications to get active class base on current route for Laravel 11
10,184
Install
composer require adrianmerk/laravelactive
Latest Version:1.0.3
PHP:^8.0
License:MIT
Last Updated:Mar 10, 2025
Links: GitHub  ·  Packagist
Maintainer: adrianmer

Fork of Active for Laravel 12

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

Related Packages

sebastienheyd/active

Helper class for Laravel to get the active class based on the current route

19,403 0
ibrand/laravel-active

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

16,656 3
watson/active

Laravel helper for recognising the current route, controller and action

3,906,055 324
sea-tea/hello

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

0 0
summerblue/laravel-active

The helper class for Laravel (4/5) applications to get active class base on curr...

11,218 4