can anyone help me with this one im new to filament laravel and i have alreay user model but im stack on how to do a profile page for current looged in user. thank you so much for help.
i have question on this package i tried to installed it and it says " This package will automatically register the Profile page as a Livewire component, but won't automatically add it to Filament. You should add the following line of code to your config/filament.php file.
'pages' => [ // ... 'register' => [ // ... \RyanChandler\FilamentProfile\Pages\Profile::class ], ]," , but i dont have filament.php on my config how is that.