Skip to content

Releases: dewsign/nova-navigation

Add link type information

22 Nov 14:50

Choose a tag to compare

The packages attempts to determine the type of link entered and returns this on the item through the linkType attribute. You can access this within the view using $item->linkType. This can be useful for adding icons to links for example.

Type Description
mailto An email link
tel A telephone link
download A link pointing to a download. You can customise the file extensions which are treated as downloads in the config.
external A link pointing off-site
internal A link pointing to a URL within your site

Laravel 6 compatibility

21 Oct 12:52

Choose a tag to compare