© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
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');
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()
282497813-9d0b487f-084b-4ff4-83f6-8e80e39dad94.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Logs Plugin: Activity Log by Dennis Koch or Logger by ZedoX?
FilamentFFilament / ❓┊help
2y ago
Auth0 as the default Login to AdminPanel
FilamentFFilament / ❓┊help
3y ago
Button showing as loading by default
FilamentFFilament / ❓┊help
2y ago
Setting navigation group as collapsed by default
FilamentFFilament / ❓┊help
2y ago