Track package helps you track your every URL. Also, the package delivered to you the number of open rates.
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
A lightweight Laravel package to track whether your sent emails have been opened by embedding a tracking pixel.
Developed by @shuklajasmin
Install the package via Composer:
composer require shuklajasmin/track
Run the install command to publish necessary files (migrations, config, etc.):
php artisan shuklajasmin:install
$data = $this->createTrackingLog($recipient, $subject);
$this->subscriber = $data['campaign'];
$this->tracking = $data['tracking'];
<img
src="{{ route('email.track', ['id' => $subscriber->id, 'campaign' => $subscriber->id]) }}"
width="1"
height="1"
alt="."
/>