> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/plugins/tomato-logs.md).

# Tomato Logs

<figure><img src="/files/q9wn0q3AB3lwcOyZjEB6" alt=""><figcaption></figcaption></figure>

### Before Installation

this package requires sqlite3 ex of PHP to work so please install it&#x20;

On Linux use this command&#x20;

```bash
sudo apt-get install php8.2-sqlite3
```

### Installation

```
composer require tomatophp/tomato-logs
```

or as Module

```
composer require tomatophp/tomato-logs-module
```

after installation please run this command to install

```
php artisan tomato-logs:install
```

### Changelog

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

### Security

Please see [SECURITY](https://github.com/tomatophp/tomato-logs/blob/master/SECURITY.md) for more information about the security.

### Credits

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

### License

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