LaravelPackages.net
Acme Inc.
Toggle sidebar
shuklajasmin/track

Track package helps you track your every URL. Also, the package delivered to you the number of open rates.

23
0
v0.0.2
About shuklajasmin/track

shuklajasmin/track is a Laravel package for track package helps you track your every url. also, the package delivered to you the number of open rates.. It currently has 0 GitHub stars and 23 downloads on Packagist (latest version v0.0.2). Install it with composer require shuklajasmin/track. Discover more Laravel packages by shuklajasmin or browse all Laravel packages to compare alternatives.

Last updated

📧 Laravel Email Read Tracker

A lightweight Laravel package to track whether your sent emails have been opened by embedding a tracking pixel.

Developed by @shuklajasmin


🚀 Installation

Install the package via Composer:

composer require shuklajasmin/track

Run the install command to publish necessary files (migrations, config, etc.):


php artisan shuklajasmin:install

⚙️ Integration

$data = $this->createTrackingLog($recipient, $subject); $this->subscriber = $data['campaign']; $this->tracking = $data['tracking'];

Step 2: Add Tracking Pixel to Email

<img src="{{ route('email.track', ['id' => $subscriber->id, 'campaign' => $subscriber->id]) }}" width="1" height="1" alt="." />
Comments