wamesk/laravel-nova-user-activity

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2023-11-09 15:33 UTC

This package is auto-updated.

Last update: 2024-05-09 07:36:38 UTC


README

Installation

composer require wamesk/laravel-nova-user-activity

You can now use ActiveUserPerDay metrics in your Nova Dashboard or wherever you like

    new \Wame\LaravelNovaUserActivity\Nova\Metrics\ActiveUsersPerDay(),

Or you can run vendor:publish and customize it however you like.

php artisan vendor:publish --provider=Wame\LaravelNovaUserActivity\NovaUserActivityServiceProvider

Now you can use it like this

    new \App\Nova\Metrics\ActiveUsersPerDay(),