misaf / vendra-authify-log
Authentication event logging and Filament log management for Vendra
Package info
github.com/misaf/vendra-authify-log
Type:vendra-module
pkg:composer/misaf/vendra-authify-log
v1.8.0
2026-07-30 20:03 UTC
Requires
- php: ^8.3
- misaf/filament-jalali: ^5.1.4
- misaf/laravel-authify-log: ^1.0.2
- misaf/vendra-support: v1.8.0
- spatie/laravel-package-tools: ^1.93.1
Requires (Dev)
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.10.0
- laravel/boost: ^2.4.12
- laravel/pint: ^1.29.3
- misaf/vendra-testing: v1.8.0
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.9.4
- orchestra/testbench: ^11.1
- pestphp/pest: ^4.7.5
- pestphp/pest-plugin-arch: ^4.0.2
- pestphp/pest-plugin-laravel: ^4.1
- pestphp/pest-plugin-profanity: ^4.2.1
- pestphp/pest-plugin-type-coverage: ^4.0.4
- phpstan/extension-installer: ^1.4.3
README
Tenant-aware authentication event logging for Vendra applications.
Features
- Stores auth events per tenant
- Filament resource and widget on the
adminpanel - Publishable config, language files, and migrations
Requirements
- PHP 8.3+
- Laravel 13
- Filament 5
- Livewire 4
- Pest 4
- Tailwind CSS 4
misaf/vendra-supportmisaf/laravel-authify-log
Installation
composer require misaf/vendra-authify-log php artisan vendor:publish --tag=vendra-authify-log-migrations php artisan migrate
Optional publishes:
php artisan vendor:publish --tag=vendra-authify-log-config php artisan vendor:publish --tag=vendra-authify-log-translations
The service provider and Filament plugin are auto-registered.
Usage
After installation, authentication logs are available from the Filament admin panel.
If needed, update configuration in config/vendra-authify-log.php.
Testing
Run the package checks from the package directory:
composer test
composer analyse
License
MIT. See LICENSE.