Download the PHP package cavespoidy/laralogger without Composer
On this page you can find all versions of the php package cavespoidy/laralogger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cavespoidy/laralogger
More information about cavespoidy/laralogger
Files in cavespoidy/laralogger
Download cavespoidy/laralogger
More information about cavespoidy/laralogger
Files in cavespoidy/laralogger
Vendor cavespoidy
Package laralogger
Short Description laravel model activity logger package
License MIT
Package laralogger
Short Description laravel model activity logger package
License MIT
Please rate this library. Is it a good library?
Informations about the package laralogger
LaraLogger - Track Users' Activity
Installation
You can install the package via composer:
Clone Package
Usage
Step 1: RUN Command:
Step 2: Use It On Any Model:
Step 3: Use It On Any Model:
Example (Just Like) : Model\User.php
Customization:
By default its uses the Auth()->id for userId to customize it just publish it. After publishing you will find a file named laralogger.php at config directory.
Thing To Keep In Mind:
-
LaraLogger only works with DML queries of Laravel Eloquent Example:
- LaraLogger will average execution time is 10ms approx.
- LaraLogger wont save the geo-location details and isp-details for localhost/127.0.0.1
- It can throw exceptions only in local environment. And save exceptions at log file for production environment for smoother experience.
- LaraLogger by default use two open source APIs: => www.geoplugin.net => www.ip-api.com Thanks to geoplugin.net and ip-api.com
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of laralogger with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
The package cavespoidy/laralogger contains the following files
Loading the files please wait ....