TappNetwork / filament-authentication-log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table Not Created

isaandreanme opened this issue · comments

Base table or view not found: 1146 Table 'db.authentication_log' doesn't exist

@zimamarrois you need to make sure you follow the installation details for https://github.com/rappasoft/laravel-authentication-log as it is a dependency of this plugin

@zimamarrois Did you follow the installation instructions in https://github.com/rappasoft/laravel-authentication-log? This package is required and it should be installed before the plugin installation: https://github.com/TappNetwork/filament-authentication-log#installation.

Please let me know if it's working for you.

Run this command to make it work:

which will publish the migration

php artisan vendor:publish --provider="Rappasoft\LaravelAuthenticationLog\LaravelAuthenticationLogServiceProvider" --tag="authentication-log-migrations"
php artisan migrate