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:
0 Replies