TappNetwork / filament-authentication-log

32 stars 14 forks source link

Table Not Created #4

Closed isaandreanme closed 3 weeks ago

isaandreanme commented 11 months ago

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

mrailton commented 11 months ago

@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

andreia commented 11 months ago

@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.

abbasmashaddy72 commented 5 months ago

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