PHPackages                             qikker-online/external-url - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. qikker-online/external-url

ActiveLibrary

qikker-online/external-url
==========================

Add external URLs to your laravel nova fields

1.0.2(7y ago)02.7k↓100%MITVuePHP &gt;=7.1.0

Since Sep 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/qikker-online/nova-external-url)[ Packagist](https://packagist.org/packages/qikker-online/external-url)[ RSS](/packages/qikker-online-external-url/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Nova External URL Field
=======================

[](#nova-external-url-field)

[![Packagist](https://camo.githubusercontent.com/7d34343a2d9eaa0f3dafed637477fb38c99aeb65ff2c712b814aa953552d8946/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f71696b6b65722d6f6e6c696e652f65787465726e616c2d75726c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/qikker-online/external-url)

Add external URLs to your laravel nova fields

Installation
------------

[](#installation)

1. `composer require qikker-online/external-url`

Usage
-----

[](#usage)

To use this field you can simply add it to your `fields` method on your `Nova/Resource` like this:

```
ExternalUrl::make('URL', 'url'),

```

You can also add a custom title to the URL:

```
ExternalUrl::make('URL', 'url')->customTitle('Click Here'),

ExternalUrl::make('URL', 'url')->customTitle(function() {
    return 'Click Here: '.$this->url;
}),

```

Likewise, you can also add a custom URL, so when the user clicks on the link it will be sent to somewhere else. This might be useful if you want to clean up the url:

```
ExternalUrl::make('URL', 'url')->customUrl('https://www.qikkeronline.nl'),

ExternalUrl::make('URL', 'url')->customUrl(function() {
    return 'https://'.$this->url;
}),

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2804d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/022e612a78b656693cb6a6f3de025843be0dd7a24a3f9af197a678999ea42373?d=identicon)[qikkeronline](/maintainers/qikkeronline)

---

Tags

urllaravelfieldsnovaexternal urls

### Embed Badge

![Health badge](/badges/qikker-online-external-url/health.svg)

```
[![Health](https://phpackages.com/badges/qikker-online-external-url/health.svg)](https://phpackages.com/packages/qikker-online-external-url)
```

###  Alternatives

[inspheric/nova-url-field

A Laravel Nova URL field.

1031.3M1](/packages/inspheric-nova-url-field)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
