PHPackages                             sevendaysdigital/simple-filament-logs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. sevendaysdigital/simple-filament-logs

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

sevendaysdigital/simple-filament-logs
=====================================

Very simple log list for filament with helpers to use across code.

0.1.0(3y ago)1110[3 PRs](https://github.com/Sevendays-Digital/simple-filament-logs/pulls)MITPHPPHP ^8.0

Since Mar 28Pushed 2y agoCompare

[ Source](https://github.com/Sevendays-Digital/simple-filament-logs)[ Packagist](https://packagist.org/packages/sevendaysdigital/simple-filament-logs)[ Docs](https://github.com/sevendaysdigital/simple-filament-logs)[ GitHub Sponsors](https://github.com/SevendaysDigital)[ RSS](/packages/sevendaysdigital-simple-filament-logs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (6)Used By (0)

Very simple log list for filament with helpers to use across code.
==================================================================

[](#very-simple-log-list-for-filament-with-helpers-to-use-across-code)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6b09bedb4b6b3010c9e81b8ba83d57e61037efa8c991c57af8d61217770f05a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736576656e646179736469676974616c2f73696d706c652d66696c616d656e742d6c6f67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevendaysdigital/simple-filament-logs)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5bd9c20d8d4fdd90443b7758894c3493a16792fc045b003598ddc61b478c6518/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736576656e646179736469676974616c2f73696d706c652d66696c616d656e742d6c6f67732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/sevendaysdigital/simple-filament-logs/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/754cff85c0b603fbb49af6e2ac911023819322254026e04783c44cdd3dccfb9f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736576656e646179736469676974616c2f73696d706c652d66696c616d656e742d6c6f67732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/sevendaysdigital/simple-filament-logs/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f8babdc7113e4cd4848585dbbf25880a7ae937134300dbbcef3b1b1a822c5255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736576656e646179736469676974616c2f73696d706c652d66696c616d656e742d6c6f67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevendaysdigital/simple-filament-logs)

A simple logging utility for Filament. This does not replace exception catching/logging for that there is tools like Sentry.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require sevendaysdigital/simple-filament-logs
```

```
php artisan migrate
```

Usage
-----

[](#usage)

```
