Skip to content

Releases: spatie/laravel-menu

2.1.4

04 Aug 08:57
Compare
Choose a tag to compare
  • Bumped the menu package version requirement

2.1.3

04 Aug 08:42
Compare
Choose a tag to compare
  • Fixed a regression caused by an old use statement

2.1.2

20 Feb 09:37
Compare
Choose a tag to compare
  • Removed the unused fifth $route parameter in route

2.1.1

23 Jan 13:41
Compare
Choose a tag to compare
  • drop support for Laravel 5.1

2.1.0

23 Jan 13:10
Compare
Choose a tag to compare
  • add support for Laravel 5.4

2.0.3

02 Dec 09:17
Compare
Choose a tag to compare

Added a default $data argument to Menu::viewIf and Menu::viewIfCan

2.0.2

26 Oct 09:35
Compare
Choose a tag to compare

Fixed other url helpers so they can take the same type of parameters as the Laravel's counterparts

2.0.1

25 Oct 14:49
Compare
Choose a tag to compare
  • Fix Link's action helper so it can take the same type of parameters as the Laravel's action helper

2.0.0

11 Oct 09:01
Compare
Choose a tag to compare
  • Upgraded spatie/menu to 2.0.
  • Added: Added a View item implementation to use blade views as menu items.
  • Changed: Link builder methods have been renamed and now have a to prefix: Link::toAction, Link::toRoute and Link::toUrl.

1.3.0

01 Aug 14:05
Compare
Choose a tag to compare
  • Added a submenuIfCan method
  • Laravel 5.3 compatibility