Create profile page of current logged user
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.
7 Replies
Filament
Profile by Ryan Chandler - Plugins - Filament
This package provides a very simple Profile page that allows the current user to manage their name, email address and password inside of Filament.
is there a way to do it custom not relying on package?
Filament
Getting started - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
can you guide me step by step?
pages are livewire components. Check the docs
https://filamentphp.com/docs/2.x/admin/pages/getting-started
https://filamentphp.com/docs/2.x/forms/getting-started#preparing-your-livewire-component
Filament
Getting started - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Filament
Getting started - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
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.
Filament
Installation - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.