# Tomato User Activities

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FRv5AaQlQP0wdMmlNzdt6%2Fuser-acti.png?alt=media&#x26;token=f8f6f4b1-4e25-4316-8246-4d31a77f8f60" alt=""><figcaption></figcaption></figure>

Advanced logger is a Laravel package used to automatically log every request made to your Laravel application. Each request is also identified by a hash, which can be used in the standard log to identify the request.

This package has been inspired by the package <https://github.com/andersao/laravel-request-logger> from Anderson Andrade.

### Installation

```
composer require tomatophp/tomato-user-activities
```

or as Module

```
composer require tomatophp/tomato-user-activities-module
```

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-user-activities/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Credits

* [Fady Mondy](https://github.com/3x1io)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-user-activities/blob/master/LICENSE.md) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomatophp.com/plugins/tomato-user-activities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
