Download the PHP package zaimealabs/pulse-analytics without Composer
On this page you can find all versions of the php package zaimealabs/pulse-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zaimealabs/pulse-analytics
More information about zaimealabs/pulse-analytics
Files in zaimealabs/pulse-analytics
Download zaimealabs/pulse-analytics
More information about zaimealabs/pulse-analytics
Files in zaimealabs/pulse-analytics
Vendor zaimealabs
Package pulse-analytics
Short Description The ZaimeaLabs Analytics cards for pulse.
License MIT
Homepage https://zaimea.com
Package pulse-analytics
Short Description The ZaimeaLabs Analytics cards for pulse.
License MIT
Homepage https://zaimea.com
Please rate this library. Is it a good library?
Informations about the package pulse-analytics
WORK IN PROGRESS
Analytics cards for Laravel Pulse
A customizable Laravel Pulse card for analytics metrics.
Features
This card monitors and displays the following:
-
Actions:
- Eloquent Hook:
- Retrieved: after a record has been retrieved.
- Creating: before a record has been created.
- Created: after a record has been created.
- Updating: before a record is updated.
- Updated: after a record has been updated.
- Saving: before a record is saved (either created or updated).
- Saved: after a record has been saved (either created or updated).
- Restoring: before a soft-deleted record is going to be restored.
- Restored: after a soft-deleted record has been restored.
- Replicating: when a record is replicated.
- Deleting: before a record is deleted or soft-deleted.
- Deleted: after a record has been deleted or soft-deleted.
- ForceDeleting: befor a record is soft-deleted.
- ForceDeleted: after a record has been soft-deleted.
- Eloquent Hook:
-
Authentications: Store when a User is logged in or out.
-
Campaign:
- URL: Use pulse config to set what to catch for campaign.
- Visits: Metrics for page view.
Installation
Note You need to have Laravel Pulse installed first.
Install the package via composer by this command:
Add the recorder to your config/pulse.php
file
Add components to the dashboard
Note To add the card to the Pulse dashboard, you must first publish the vendor view.
Then, you can modify the dashboard.blade.php
file:
All versions of pulse-analytics with dependencies
PHP Build Version
Package Version
The package zaimealabs/pulse-analytics contains the following files
Loading the files please wait ....