timgreenwood/laravel-active

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

v10.0.2 2023-02-15 17:34 UTC

This package is auto-updated.

Last update: 2024-09-15 20:52:29 UTC


README

CircleCI Latest Stable Version Total Downloads License

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.

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