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 59% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

527d ago

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

1.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f2bc5a4dc376aaa3ac97ee0584fbe43067fe004fdeb64f7c9bbc1c3afd444a6?d=identicon)[madtechservices](/maintainers/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

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[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)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[stepanenko3/nova-cards

A Laravel Nova info cards.

33143.0k](/packages/stepanenko3-nova-cards)

PHPackages © 2026

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