Laravel Menu Versions Save

A quick way to create menus in Laravel

v1.8.4

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lavary/laravel-menu/compare/v1.8.3...v1.8.4

v1.8.3

3 years ago

Minor fix for previous release if 'default' options array is not available.

v1.8.2

3 years ago

Add configuration options extensibility and reuse, thanks @mertasan ! Minor fix settings.php separator.

v1.8.1

3 years ago

Add attribute to control data-toggle parameter on navbar view. Supports new BS5 attribute name.

v1.8.0

3 years ago

Fix parameter order issue for compatibility with php 8.

v1.7.7

4 years ago

Remove deprecated helper function, adding support for Laravel 6. Backwards compatible with Laravel 5.

v1.7.6

4 years ago

Add disableActivationByURL option.

v1.7.5

5 years ago

Publishing a fix for resources/views/bootstrap-navbar-items.blade.php

v1.7.4

5 years ago

Minor release, replaces some deprecated laravel 5.8 features.

v1.7.3

5 years ago

Additional parameter to menu generator to add class attributes to child items.

Check full URL, including query string for URL matching.

Replace @lm-attrs with @lm_attrs backwards compatible, but please update. Be sure to include a space before the @ symbol. Transitions from a Blade::extend to a Blade::directive.

Update bootstrap navbar example to include classes compatible with bootstrap 4.

Clean up some doccomments.

Thanks tomlankhorst, CJxD, lavary, grzesw, nasirkhan, X-Coder, and Xiphoseer.