An open API service indexing awesome lists of open source software.

https://github.com/webnuvola/laravel-active

Helper functions for Laravel applications to get active class based on current route.
https://github.com/webnuvola/laravel-active

active current laravel menu

Last synced: about 2 months ago
JSON representation

Helper functions for Laravel applications to get active class based on current route.

Awesome Lists containing this project

README

          

# Laravel active
[![Latest Version on Packagist](https://img.shields.io/packagist/v/webnuvola/laravel-active.svg?style=flat-square)](https://packagist.org/packages/webnuvola/laravel-active)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/Webnuvola/laravel-active/run-tests.yml?branch=main)](https://github.com/Webnuvola/laravel-active/actions/workflows/run-tests.yml?query=branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/webnuvola/laravel-active.svg?style=flat-square)](https://packagist.org/packages/webnuvola/laravel-active)

Helper class for Laravel applications to get active class based on current route.

## Installation
You can install the package via composer:

```bash
composer require webnuvola/laravel-active
```

## Testing
```bash
composer test
```

## Credits
- [Fabio Cagliero](https://github.com/fab120)

## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.