F
Filament15mo ago
Fasna

Logger plugin by Zedox, the activity of login recorded as a Default event

Hi There, Today I've installed the logger plugin into my project and CRUD operatsion on resources were recorded successfully, but the Login event is recorded as Default and updated. Any idea, what would be the issue? This is my route for login: Route::redirect('/laravel/login', '/login')->name('login'); and the Panel is like this:
class AdminPanelProvider extends PanelProvider
{
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('admin')
->path('')
->login()
class AdminPanelProvider extends PanelProvider
{
public function panel(Panel $panel): Panel
{
return $panel
->default()
->id('admin')
->path('')
->login()
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?