LaravelPackages.net
Acme Inc.
Toggle sidebar
codetechnl/hyperlink

A Laravel Nova field.

10
0
1.0.1
About codetechnl/hyperlink

codetechnl/hyperlink is a Laravel package for a laravel nova field.. It currently has 0 GitHub stars and 10 downloads on Packagist (latest version 1.0.1). Install it with composer require codetechnl/hyperlink. Discover more Laravel packages by codetechnl or browse all Laravel packages to compare alternatives.

Last updated

Readme will be filled soon#

For now the current options are:

Hyperlink::make('Field name', 'property')
    ->classes('red', 'white', 'blue')
    ->label('Click me')
    ->target('_blank')
  • [ ] Update readme and how to install
  • [ ] Add edit option for the url
Comments