seoegypt/url-button-in-forms

A Laravel Nova field.

Installs: 9 560

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

v1.0.1 2023-09-11 10:29 UTC

This package is auto-updated.

Last update: 2025-07-11 14:53:02 UTC


README

A Url Button Field In Forms for Laravel Nova.

Preview 1

Install

composer require seoegypt/url-button-in-forms

Usage

use Seoegypt\UrlButtonInForms\UrlButtonInForms;

//..
UrlButtonInForms::make(_('Label'), 'Label')
    ->urlLabel("Label")
    ->urlGenerate("Url"),

Field Help Text

you can use all functions of normal laravel nova field