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. [Utility &amp; Helpers](/categories/utility)
4. /
5. qikker-online/external-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Add external URLs to your laravel nova fields

1.0.2(7y ago)13.0kMITVuePHP &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 yesterday

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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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

2853d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10937470?v=4)[Qikker Online](/maintainers/qikkeronline)[@qikkeronline](https://github.com/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.

1021.3M1](/packages/inspheric-nova-url-field)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51177.6k1](/packages/inspheric-nova-defaultable)[datomatic/nova-detached-actions

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

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

PHPackages © 2026

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