-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hello,
I've install the laravel-authentication-log and configured it with migration. Then I installed the filament-authentication-log an dconfigured it as described.
Setup:
- Docker Compose with (multiple container) alpine + nginx + mariadb + php 8.4.7 & Laravel V12.19.3
- Fileament + all plugins are in an own laravel composer package
- Filament works fine with Login + Dashboard
composer require rappasoft/laravel-authentication-log
php artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-migrations" php artisan migrate
php artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-views"
php artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-config"
Model setup
composer require tapp/filament-authentication-log:"^5.0"
php artisan vendor:publish --tag="filament-authentication-log-translations"
php artisan vendor:publish --tag="filament-authentication-log-config"
Unfortunately I get the following error message (see screenshot):
Do I missed something?
I would be very grateful for any help. THX
