mohaphez/pulse

Laravel Pulse with Tailwind CSS 4 - A real-time application performance monitoring tool and dashboard for your Laravel application.

Installs: 38

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 195

Open Issues: 0

pkg:composer/mohaphez/pulse

v1.4.5 2025-12-08 02:31 UTC

This package is auto-updated.

Last update: 2025-12-08 02:55:57 UTC


README

Laravel Pulse Logo

Build Status Total Downloads Latest Stable Version License

Introduction

Laravel Pulse with Tailwind CSS 4 - A fork of Laravel Pulse upgraded to use Tailwind CSS 4 with improved performance and modern CSS features.

This package is a real-time application performance monitoring tool and dashboard for your Laravel application, now powered by Tailwind CSS 4.

Requirements

  • PHP 8.1 or higher
  • Laravel 10.48.4, 11.0.8, or 12.0+
  • Node.js 18.0 or higher
  • Tailwind CSS 4.0

Installation

Install via Composer:

composer require mohaphez/pulse

Then follow the standard Laravel Pulse installation guide.

Official Documentation

Documentation for Laravel Pulse can be found on the Laravel website.

Building Assets

To build the frontend assets for development:

npm install
npm run build

To watch for changes during development:

npm run watch

Note: This package uses Tailwind CSS 4, which introduces a new CSS-first configuration approach. The Tailwind configuration is now defined in resources/css/pulse.css using the @theme directive instead of tailwind.config.js.

Contributing

Thank you for considering contributing to Pulse! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Credits

This package is a fork of Laravel Pulse by Taylor Otwell and the Laravel team, upgraded to Tailwind CSS 4.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

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