PHPackages                             fidum/laravel-nova-metrics-polling - 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. fidum/laravel-nova-metrics-polling

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

fidum/laravel-nova-metrics-polling
==================================

Easily add polling to all your Laravel Nova metrics and cards!

1.0.4(1y ago)613.7k↓41.2%1[4 PRs](https://github.com/fidum/laravel-nova-metrics-polling/pulls)1MITPHPPHP ^8.1CI passing

Since Jul 18Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/fidum/laravel-nova-metrics-polling)[ Packagist](https://packagist.org/packages/fidum/laravel-nova-metrics-polling)[ Docs](https://github.com/fidum/laravel-nova-metrics-polling)[ GitHub Sponsors](https://github.com/dmason30)[ RSS](/packages/fidum-laravel-nova-metrics-polling/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (12)Versions (9)Used By (1)

Easily add polling to all your Laravel Nova metrics and cards!
==============================================================

[](#easily-add-polling-to-all-your-laravel-nova-metrics-and-cards)

[![Latest Version on Packagist](https://camo.githubusercontent.com/332599914dfc11400a51297ddacd6bd1d1a3868ef1cfcff579cff0cf1f34ea3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666964756d2f6c61726176656c2d6e6f76612d6d6574726963732d706f6c6c696e672e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fidum/laravel-nova-metrics-polling)[![GitHub Workflow Status (with branch)](https://camo.githubusercontent.com/a997bdb1b1f99cdca3f3187c0e835a3706eb02946a349572ec20d2a6bf27acb1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f666964756d2f6c61726176656c2d6e6f76612d6d6574726963732d706f6c6c696e672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666f722d7468652d6261646765)](https://github.com/fidum/laravel-nova-metrics-polling/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Twitter Follow](https://camo.githubusercontent.com/3ecd70148f9f16e2e0d66fcde3428926f1df4d6797ea463473ccf60dcdf7758a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666f6c6c6f772d25343064616e6d61736f6e6d702d3144413146323f6c6f676f3d74776974746572267374796c653d666f722d7468652d6261646765)](https://twitter.com/danmasonmp)

Easily add polling to all your Laravel Nova metrics and cards!

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

[](#installation)

You can install the package via composer:

```
composer require fidum/laravel-nova-metrics-polling
```

Usage
-----

[](#usage)

Firstly, just add the `SupportsPolling` trait to any of your Metrics or Card classes:

```
