Laravel Visits

screenshot of Laravel Visits
laravel

Laravel Visits is a counter that can be attached to any model to track its visits using Redis or Eloquent. (with tags, IP protection and caching)

Overview

Laravel Visits is a package designed for Laravel framework that allows users to track the number of visits to any specific model. It comes with features such as IP-protection and lists caching, making it a valuable tool for monitoring user activity on various elements of a Laravel project.

Features

  • Track Visits: Attach a visit counter to any model for tracking.
  • IP-Protection: Secure visits with IP-protection feature.
  • Lists Caching: Utilize caching for better performance.
  • Increment and Decrement Visits: Easily increase or decrease visit counts.
  • Retrieve Visit Stats: Access detailed statistics about visits.
  • Clear and Reset Values: Reset or clear visit data as needed.

Summary

Laravel Visits offers a straightforward solution for tracking visits on models within a Laravel project. With features like IP-protection and caching, it provides users with a versatile tool for monitoring and analyzing user engagement. By following the installation guide and leveraging the key features of Laravel Visits, developers can enhance their applications with visit tracking functionality.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.