Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
LukeTowers committed Dec 12, 2023
1 parent 0dfc4c8 commit eeb6d9c
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ composer require devpro/laravel-ga4-event-tracking
3) Optional: Publish the config / view files by running this command in your terminal:

``` bash
php artisan vendor:publish --tag=ga4-event-tracking
php artisan vendor:publish --tag=ga4-event-tracking.config --tag=ga4-event-tracking.views
```

4) Include the `sendGA4ClientID` directive in your layout file after the Google Analytics Code tracking code.
1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@
use DevPro\GA4EventTracking\Http\ClientIdSession;
use DevPro\GA4EventTracking\Http\StoreClientIdInSession;
use DevPro\GA4EventTracking\Listeners\DispatchAnalyticsJob;
use GA4;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\Facades\Route;

0 comments on commit eeb6d9c

Please sign in to comment.