abbasudo / pulse-users

A Usage Distribution card for Laravel Pulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Card of Pulse Users

Hourly Usage for Laravel Pulse

License Latest Unstable Version PHP Version Require

Pulse Users gives you an Hourly distributed requests chart.

Installation

Note You need to have Laravel Pulse installed first.

Install the package via composer by this command:

composer require abbasudo/pulse-users 

Add components to the dashboard

Note To add the card to the Pulse dashboard, you must first publish the vendor view.

php artisan vendor:publish --tag=pulse-dashboard

Then, you can modify the dashboard.blade.php file:

<x-pulse>
+   <livewire:pulse.usage-hours cols='4' />

    <livewire:pulse.servers cols="full" />

    <livewire:pulse.usage cols='4' rows='1' />

License

Pulse Users is Licensed under The MIT License (MIT). Please see License File for more information.

Security

If you've found a bug regarding security please mail amkhzomi@gmail.com instead of using the issue tracker.

About

A Usage Distribution card for Laravel Pulse

License:MIT License


Languages

Language:PHP 73.0%Language:Blade 27.0%