PHPackages                             abdelhamiderrahmouni/filament-profile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. abdelhamiderrahmouni/filament-profile

ActiveLibrary[Admin Panels](/categories/admin)

abdelhamiderrahmouni/filament-profile
=====================================

A simple profile page for Filament.

v0.3.0(1y ago)111MITPHPPHP ^8.0

Since Dec 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/abdelhamiderrahmouni/filament-profile)[ Packagist](https://packagist.org/packages/abdelhamiderrahmouni/filament-profile)[ Docs](https://github.com/abdelhamiderrahmouni/filament-profile)[ RSS](/packages/abdelhamiderrahmouni-filament-profile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

A simple profile page for Filament.
===================================

[](#a-simple-profile-page-for-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/94d9bad9d08ed3b05425ed7de227f953df2990ed45c189d195f8f0c369340f22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616264656c68616d696465727261686d6f756e692f66696c616d656e742d70726f66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abdelhamiderrahmouni/filament-profile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/df3fee62692049ef1806859c5983c4492cb42dd535949c5e0b028345527a0167/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616264656c68616d696465727261686d6f756e692f66696c616d656e742d70726f66696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/abdelhamiderrahmouni/filament-profile/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8768ac2e577a79e26d430965f8033fb8698015876c89fe7293d4707c3a96e717/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616264656c68616d696465727261686d6f756e692f66696c616d656e742d70726f66696c652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/abdelhamiderrahmouni/filament-profile/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1e4b52487a658cedc5fa174937d13cd3d5462e6a14ad3030aef1a69f9eaf2648/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616264656c68616d696465727261686d6f756e692f66696c616d656e742d70726f66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abdelhamiderrahmouni/filament-profile)

This package provides a very simple `Profile` page that allows the current user to manage their name, email address and password inside of Filament.

[![Screenshot of Page](./art/screenshot.png)](./art/screenshot.png)

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require abdelhamiderrahmouni/filament-profile
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-profile-views"
```

Usage
-----

[](#usage)

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' => [
            // ...
            \AbdelhamidErrahmouni\FilamentProfile\Pages\Profile::class
        ],
    ],
```

If you visit your Filament panel now, you'll see a new `Account` navigation group as well as a `Profile` page.

Customising the `Profile` page
------------------------------

[](#customising-the-profile-page)

Since the package **does not** automatically add the `Profile` page to your Filament panel, you are free to extend the page and customise it yourself.

You should first run the following command in your terminal:

```
php artisan filament:page Profile
```

This will create a new `App\Filament\Pages\Profile` class in your project.

You can then update this class to extend the `AbdelhamidErrahmouni\FilamentProfile\Pages\Profile` class.

```
namespace App\Filament\Pages;

use AbdelhamidErrahmouni\FilamentProfile\Pages\Profile as BaseProfile;

class Profile extends BaseProfile
{
    // ...
}
```

Filament will automatically register your new `Profile` page and you're able to customise it to your liking. You can remove the navigation group, modify the form, etc.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Abdelhamid Errahmouni](https://github.com/abdelhamiderrahmouni)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance41

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/745a0575996f5a3dcb6b8e177e5f37e610d83906028a1e99aa2ec3213a281027?d=identicon)[abdelhamiderrahmouni](/maintainers/abdelhamiderrahmouni)

---

Top Contributors

[![abdelhamiderrahmouni](https://avatars.githubusercontent.com/u/26693672?v=4)](https://github.com/abdelhamiderrahmouni "abdelhamiderrahmouni (2 commits)")

---

Tags

laravelfilament-profileabdelhamiderrahmouni

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/abdelhamiderrahmouni-filament-profile/health.svg)

```
[![Health](https://phpackages.com/badges/abdelhamiderrahmouni-filament-profile/health.svg)](https://phpackages.com/packages/abdelhamiderrahmouni-filament-profile)
```

###  Alternatives

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
