All Notable changes to laravel-menu
will be documented in this file
- 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
andLink::toUrl
.
- The
Menu
class now implements theIlluminate\Contracts\Support\Htmlable
interface - Fixed some dependency issues, this package now requires illuminate
5.1.14
or higher components
- Added conditional
add
functionsurlIf
,actionIf
androuteIf
- Added authorized
add
functionaddIfCan
,linkIfCan
,htmlIfCan
,urlIfCan
,actionIfCan
androuteIfCan
- First release