PHPackages                             madtechservices/nova-pulse - 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. madtechservices/nova-pulse

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

madtechservices/nova-pulse
==========================

A Laravel Nova tool for integrating Laravel Pulse.

1.1.0(1y ago)0651[1 PRs](https://github.com/madtechservices/nova-pulse/pulls)MITPHPPHP ^8.1

Since Dec 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/madtechservices/nova-pulse)[ Packagist](https://packagist.org/packages/madtechservices/nova-pulse)[ RSS](/packages/madtechservices-nova-pulse/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

Nova Pulse
==========

[](#nova-pulse)

Nova Pulse is a custom tool for Laravel Nova that integrates Laravel Pulse, allowing you to debug your Laravel application directly from the Nova dashboard. This tool loads Laravel Pulse in a lightweight popup/lightbox style interface for quick access. Use at your own risk I am still learning. Very open for people to help me make this better like making it look like part of the nova dashboard instead of a popup.

Features
--------

[](#features)

- Integrates Laravel Pulse into Nova
- Simple installation and configuration
- Lightweight and easy to use

Requirements
------------

[](#requirements)

- Laravel: ^11.0
- Laravel Nova: ^4.0
- Laravel Pulse: ^1.0
- PHP: ^8.1

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

[](#installation)

1. **Install via Composer:**

    ```
    composer require madtechservices/nova-pulse
    ```
2. **Register the Tool:**

Add the tool to your NovaServiceProvider:

```
public function tools()
{
    return [
        // Other tools...
        \Madtechservices\NovaPulse\NovaPulse::make(),
    ];
}
```

3. **Publish Configuration (optional)**If the tool requires specific configuration, you can publish it with:

```
php artisan vendor:publish --tag=nova-pulse-config
```

Usage
-----

[](#usage)

After installation, you'll find a "Nova Pulse" menu item in the Nova dashboard. Click it to open Laravel Pulse in a popup/lightbox style.

Development
-----------

[](#development)

Would love this to just be a part of the dashboard and not in a popup style iframe. But I am not that good and still learning. To contribute or report issues, follow the steps below:

### Clone the repository:

[](#clone-the-repository)

```
git clone https://github.com/madtechservices/nova-pulse.git
```

### Install dependencies:

[](#install-dependencies)

```
npm install
composer install
```

### Compile assets:

[](#compile-assets)

```
npm run dev
```

### Contributing

[](#contributing)

We welcome contributions! Please follow these steps:

- Fork the repository.
- Create a feature branch.
- Submit a pull request with a clear description of your changes.

License
-------

[](#license)

Nova Pulse is open-sourced software licensed under the MIT license.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Every ~0 days

Total

5

Last Release

573d ago

PHP version history (2 changes)1.0.0PHP ^7.3|^8.0

1.1.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44150155?v=4)[MAD Tech Services](/maintainers/madtechservices)[@madtechservices](https://github.com/madtechservices)

---

Top Contributors

[![madtechservices](https://avatars.githubusercontent.com/u/44150155?v=4)](https://github.com/madtechservices "madtechservices (12 commits)")

### Embed Badge

![Health badge](/badges/madtechservices-nova-pulse/health.svg)

```
[![Health](https://phpackages.com/badges/madtechservices-nova-pulse/health.svg)](https://phpackages.com/packages/madtechservices-nova-pulse)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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