sajjadhm/blog

A Laravel nWidart module to track login, logout and request counts

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/sajjadhm/blog

dev-dev 2025-08-13 08:24 UTC

This package is auto-updated.

Last update: 2025-12-13 09:07:14 UTC


README

A Laravel nWidart module to track user login, logout, and request counts.

This module allows you to monitor user activity in your Laravel applications by recording login/logout events and all requests made by users.

Features

  • Track number of user logins.
  • Track number of user logouts.
  • Track user requests.
  • Fully compatible with nWidart/laravel-modules.

Requirements

  • PHP ^8.2
  • Laravel ^12.0
  • nWidart/laravel-modules ^10.0

Installation

You can install the package via Composer:

  • bash
  • composer require sajjadhm/blog
  • php artisan module:enable Blog

Usage

  • After installing, the module will automatically register its service provider. -You can start tracking user logins, logouts, and requests out-of-the-box.

Contributing

  • Feel free to open issues or submit pull requests.
  • Make sure to follow PSR-4 autoloading and Laravel conventions

License

This module is open-sourced software licensed under the MIT license

#Developer