Skip to content

Shadercloud/linktrackinghistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Link Tracking History

Latest Version on Packagist Total Downloads GitHub Actions

This is a very simple package that allows you to track which pages users have previously been to.

For example if you need to send the user "back 4 pages" you can use this package to do it.

Installation

You can install the package via composer:

composer require shadercloud/linktrackinghistory

Usage

$two_pages_ago = LinkTrackingHistory::linkHistory(2);
echo 'You previously visited: '.$two_pages_ago;

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages