Download the PHP package upline/nova-link-field without Composer
On this page you can find all versions of the php package upline/nova-link-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nova-link-field
Nova Link Field
- Link is displayed as a resource link in the index and detail views.
- In forms, the link is shown as a text input.
Usage
Why it is better than formatting text as link
In this example we don't escape $username
, so we can get some security troubles.
Same, using this package:
However, in this case link and username will be escaped. If you need to use html in anchor text, you still can use asHtml()
method.
All versions of nova-link-field with dependencies
PHP Build Version
Package Version
The package upline/nova-link-field contains the following files
Loading the files please wait ....