Skip to content

"Method Filament\Tables\Table::recordActions does not exist." @ PHP8.4.7 + LV12.19.3 + F V4.0.0b7 #33

@techno-artisan

Description

@techno-artisan

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):

Image

Do I missed something?

I would be very grateful for any help. THX

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions