Looking to hire Laravel developers? Try LaraJobs

laravel-active maintained by timgreenwood

Description
The helper class for Laravel applications to get active class base on current route
Author
Last update
2023/02/15 18:34 (dev-main)
License
Downloads
382

Comments
comments powered by Disqus

Laravel Active

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.

Laravel version Active library version
10.x 10.x
9.x 9.x

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