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.
- Host: GitHub
- URL: https://github.com/webnuvola/laravel-active
- Owner: Webnuvola
- License: mit
- Created: 2019-09-18T10:08:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T16:47:32.000Z (about 2 years ago)
- Last Synced: 2025-02-02T12:36:10.589Z (over 1 year ago)
- Topics: active, current, laravel, menu
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel active
[](https://packagist.org/packages/webnuvola/laravel-active)
[](https://github.com/Webnuvola/laravel-active/actions/workflows/run-tests.yml?query=branch%3Amain)
[](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.