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
Requires
- php: ^8.1
- doctrine/sql-formatter: ^1.4.1
- guzzlehttp/promises: ^1.0|^2.0
- illuminate/auth: ^10.48.4|^11.0.8|^12.0
- illuminate/cache: ^10.48.4|^11.0.8|^12.0
- illuminate/config: ^10.48.4|^11.0.8|^12.0
- illuminate/console: ^10.48.4|^11.0.8|^12.0
- illuminate/contracts: ^10.48.4|^11.0.8|^12.0
- illuminate/database: ^10.48.4|^11.0.8|^12.0
- illuminate/events: ^10.48.4|^11.0.8|^12.0
- illuminate/http: ^10.48.4|^11.0.8|^12.0
- illuminate/queue: ^10.48.4|^11.0.8|^12.0
- illuminate/redis: ^10.48.4|^11.0.8|^12.0
- illuminate/routing: ^10.48.4|^11.0.8|^12.0
- illuminate/support: ^10.48.4|^11.0.8|^12.0
- illuminate/view: ^10.48.4|^11.0.8|^12.0
- livewire/livewire: ^3.6.4
- nesbot/carbon: ^2.67|^3.0
- symfony/console: ^6.0|^7.0
Requires (Dev)
- guzzlehttp/guzzle: ^7.7
- mockery/mockery: ^1.0
- orchestra/testbench: ^8.36|^9.15|^10.8
- pestphp/pest: ^2.0|^3.0|^4.0
- pestphp/pest-plugin-laravel: ^2.2
- phpstan/phpstan: ^1.12.21
- predis/predis: ^1.0|^2.0
Conflicts
- nunomaduro/collision: <7.7.0
README
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.