adminetic/google-analytics

Google Analytics Dashboard For Adminetic Admin Panel

v1.0.4 2023-07-28 08:19 UTC

This package is auto-updated.

Last update: 2024-10-28 10:59:19 UTC


README

Adminetic Google Analytics

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require adminetic/google-analytics

Inject Adapter

Add AdmineticGoogleAnalyticsAdapter in config/adminetic.php

  // Plugin Adapters
    'adapters' => [
        Adminetic\GoogleAnalytics\Adapter\AdmineticGoogleAnalyticsAdapter::class
    ],

Please follow further steps by following Spatie Google Analytics

Usage

@livewire('adminetic.google-analytics')

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email pratikdai404@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.