3.0.0
Major release due to breaking changes!
Added
- Ability to add custom fields to MenuLinkable class (via
getFields(): array
) function (thanks to @KasparRosin) - Ability to customize rules for menu items (via
getRules(): array
) function - Added new
data
column to menu items table (php artisan migrate
required) - Added ability to provide custom
MenuItem
model - Added ability to disable auto-loading of migrations
- Added a fourth parameter
$data
togetDisplayValue()
public static function getDisplayValue($value = null, array $parameters = null, array $data = null)
Changed
- Updated packages