Download the PHP package ericlagarda/novalinkresource without Composer
On this page you can find all versions of the php package ericlagarda/novalinkresource. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ericlagarda/novalinkresource
More information about ericlagarda/novalinkresource
Files in ericlagarda/novalinkresource
Download ericlagarda/novalinkresource
More information about ericlagarda/novalinkresource
Files in ericlagarda/novalinkresource
Vendor ericlagarda
Package novalinkresource
Short Description A Laravel Nova tool.
License MIT
Homepage https://github.com/Krato/NovaLinkResource
Package novalinkresource
Short Description A Laravel Nova tool.
License MIT
Homepage https://github.com/Krato/NovaLinkResource
Please rate this library. Is it a good library?
Informations about the package novalinkresource
ATENTION - Not working in Nova > 3.18
Some changes in the core of Nova 3.18 make the tool unavailable. https://github.com/laravel/nova-issues/issues/3142
Nova Link Resource
A custom tool to generate Resource Links in your sidebar. You are able to set a name, link and an icon.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Then, register your new link in the tools
method of the NovaServiceProvider
.
Tool options
->name('string')
The name of your link. You can use text and also a translation helper:__('My link')
->to('link')
The link. You can use any nova link. Default to '/'->icon('svg icon')
Svg string icon. Default to use tool icon.
All versions of novalinkresource with dependencies
PHP Build Version
Package Version
The package ericlagarda/novalinkresource contains the following files
Loading the files please wait ....