codetechnl/hyperlink

A Laravel Nova field.

1.0.1 2022-07-27 16:00 UTC

This package is auto-updated.

Last update: 2024-09-27 21:00:59 UTC


README

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