seoegypt/url-button-in-forms is a Laravel package for a laravel nova field..
It currently has 2 GitHub stars and 11.700 downloads on Packagist (latest version v1.0.1).
Install it with composer require seoegypt/url-button-in-forms.
Discover more Laravel packages by seoegypt
or browse all Laravel packages to compare alternatives.
Last updated
A Url Button Field In Forms for Laravel Nova.

composer require seoegypt/url-button-in-forms
use Seoegypt\UrlButtonInForms\UrlButtonInForms;
//..
UrlButtonInForms::make(_('Label'), 'Label')
->urlLabel("Label")
->urlGenerate("Url"),
you can use all functions of normal laravel nova field