Download the PHP package the-3labs-team/nova-google-analytics-cards without Composer
On this page you can find all versions of the php package the-3labs-team/nova-google-analytics-cards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download the-3labs-team/nova-google-analytics-cards
More information about the-3labs-team/nova-google-analytics-cards
Files in the-3labs-team/nova-google-analytics-cards
Package nova-google-analytics-cards
Short Description Google Analytics integration with Nova Metrics
License MIT
Homepage https://github.com/The-3Labs-Team/nova-google-analytics-cards
Informations about the package nova-google-analytics-cards
Nova Google Analytics Cards
Stay on top of your website's performance with the Google Analytics Insights Package for Laravel Nova. This powerful integration empowers you to seamlessly integrate Google Analytics data directly into your Nova dashboard, offering you a comprehensive and real-time overview of your website's key metrics.
Requirements
- php ^8.1|^8.2|^8.3
- laravel/framework ^10.0|^11.0
Version Compatibility
Laravel | Nova | PHP | Package |
---|---|---|---|
10.x | 4.x | 8.1 | 1.x |
11.x | 4.x | 8.2/8.3 | 2.x |
Installation
You can install the package via composer:
You can publish the config file with:
and choose: The3LabsTeam\NovaGoogleAnalyticsCards\NovaGoogleAnalyticsCardsServiceProvider
.
You can publish the Google Analytics config file with:
and select: Spatie\Analytics\AnalyticsServiceProvider
.
Note: this package uses Laravel Analytics, so you need to configure it
in your config/analytics.php
file.
The config file is documented, so choose the option that best suits your needs.
Usage
You can also override the name of cards like this:
Using the PageViewLineChart
and RefClickPartition
card in single Article
-
Add in your
Article
model the following attribute: - Add the card in your
Nova\Article
resource:
Sponsor
All versions of nova-google-analytics-cards with dependencies
spatie/laravel-analytics Version ^5.0.3
laravel/framework Version ^10.0|^11.0