Download the PHP package tomatophp/filament-logger without Composer
On this page you can find all versions of the php package tomatophp/filament-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomatophp/filament-logger
More information about tomatophp/filament-logger
Files in tomatophp/filament-logger
Package filament-logger
Short Description Log all user activity to file or log driver and preview it on your FilamentPHP panel
License MIT
Informations about the package filament-logger
Filament logger
Log all user activity to file or log driver and preview it on your FilamentPHP panel
Screenshots
Installation
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
after install please publish the config file by using this command
on your filament-logger.php
config file please add the guard of user or middleware you went to track
to track your panel
where admin
is the id of the panel.
Using
you can add a custom log from anywhere in your code by using this code
Publish Assets
you can publish config file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-logger with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.2
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/http Version ^9.0|^10.0|^11.0
monolog/monolog Version ^2.9|^3.6
ext-json Version *