PHPackages                             beyondcode/nova-laravel-update-card - 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. beyondcode/nova-laravel-update-card

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

beyondcode/nova-laravel-update-card
===================================

A Laravel Nova card that shows you if you're running the latest Version of Laravel.

0.0.1(7y ago)3312.6k3[1 issues](https://github.com/beyondcode/nova-laravel-update-card/issues)MITPHPPHP &gt;=7.1.0

Since Aug 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/beyondcode/nova-laravel-update-card)[ Packagist](https://packagist.org/packages/beyondcode/nova-laravel-update-card)[ RSS](/packages/beyondcode-nova-laravel-update-card/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Nova Laravel Update Card
========================

[](#nova-laravel-update-card)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ae3344f0d95f86b800ac2a9cbfb41c905e3bf3779e452538fab753155285072d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265796f6e64636f64652f6e6f76612d6c61726176656c2d7570646174652d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/nova-laravel-update-card)[![Total Downloads](https://camo.githubusercontent.com/064965795add88aafa4ccb7449631fe106f823f3f715eaf398a0095fff794ea7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265796f6e64636f64652f6e6f76612d6c61726176656c2d7570646174652d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/nova-laravel-update-card)

Check if you're running the latest Laravel version right from your Nova dashboard.

[![tinker screenshot](https://camo.githubusercontent.com/2d8588165330d55011d152adecc0f5a69e668c750306dc81c1abe6a20895e7a7/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f6e6f76612d6c61726176656c2d7570646174652d636172642f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/2d8588165330d55011d152adecc0f5a69e668c750306dc81c1abe6a20895e7a7/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f6e6f76612d6c61726176656c2d7570646174652d636172642f73637265656e73686f742e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require beyondcode/nova-laravel-update-card
```

Next up, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        new \Beyondcode\LaravelUpdateCard\LaravelUpdateCard(),
    ];
}
```

Usage
-----

[](#usage)

Just visit your Nova dashboard and you'll get information about whether or not you're running the latest stable Laravel version.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

2823d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/863e91ca13b8c4031f202c0eee4f06b3a4352f92cf9cd397b03609b20247ed16?d=identicon)[beyondcode](/maintainers/beyondcode)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (2 commits)")

---

Tags

cardlaravelnovalaravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/beyondcode-nova-laravel-update-card/health.svg)

```
[![Health](https://phpackages.com/badges/beyondcode-nova-laravel-update-card/health.svg)](https://phpackages.com/packages/beyondcode-nova-laravel-update-card)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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