PHPackages                             thiagormoreira/laravel-extended-user - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. thiagormoreira/laravel-extended-user

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

thiagormoreira/laravel-extended-user
====================================

This Laravel package adds profile page, account page, and extra features to Laravel's authenticated users.

v1.0.0(8y ago)03MITHTML

Since May 13Pushed 5y agoCompare

[ Source](https://github.com/WeDevBrasil/laravel-extended-user)[ Packagist](https://packagist.org/packages/thiagormoreira/laravel-extended-user)[ RSS](/packages/thiagormoreira-laravel-extended-user/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravel-extended-user
=====================

[](#laravel-extended-user)

This Laravel package adds profile page, account page, and extra features to Laravel's built-in Auth system

Requirements
------------

[](#requirements)

- Bootstrap 4
- Laravel 5.3+

Screenshots
-----------

[](#screenshots)

[![Profile page](https://raw.githubusercontent.com/Aliabdulaziz/laravel-extended-user/master/screenshots/01.PNG "Profile Page (/profile)")](https://raw.githubusercontent.com/Aliabdulaziz/laravel-extended-user/master/screenshots/01.PNG)

[![Account page](https://raw.githubusercontent.com/Aliabdulaziz/laravel-extended-user/master/screenshots/02.PNG "Profile Page (/account)")](https://raw.githubusercontent.com/Aliabdulaziz/laravel-extended-user/master/screenshots/02.PNG)

[![Delete account page](https://raw.githubusercontent.com/Aliabdulaziz/laravel-extended-user/master/screenshots/03.PNG "Profile Page (/account/delete)")](https://raw.githubusercontent.com/Aliabdulaziz/laravel-extended-user/master/screenshots/03.PNG)

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

[](#installation)

> It is recommended to install this package in a fresh installation of Laravel.

### Laravel's built-in Auth System

[](#laravels-built-in-auth-system)

This package is integrated with Laravel's built-in Auth System, so you must first run this command if you have not run it yet:

```
php artisan make:auth
```

Now go to your (env) file and make sure that you have selected your database.

### Install the package using composer

[](#install-the-package-using-composer)

Now install the package using composer by running the following command:

```
composer require aliabdulaziz/laravel-extended-user
```

### Add the service provider (for Laravel &lt; 5.5)

[](#add-the-service-provider-for-laravel--55)

Go to: (Your Laravel App) --&gt; config --&gt; app.php

and add the following line under 'Package Service Providers' comment:

```
Aliabdulaziz\LaravelExtendedUser\LaravelExtendedUserServiceProvider::class
```

### Publish the config file

[](#publish-the-config-file)

Run the following command to publish the package config file:

```
php artisan vendor:publish --provider="Aliabdulaziz\LaravelExtendedUser\LaravelExtendedUserServiceProvider" --tag=config
```

The config file is named (laravelextendeduser.php) and will be located in the 'config' folder.

### Publish the assets (CSS and JS files)

[](#publish-the-assets-css-and-js-files)

Run the following command to publish the package assets:

```
php artisan vendor:publish --provider="Aliabdulaziz\LaravelExtendedUser\LaravelExtendedUserServiceProvider" --tag=assets
```

### Migrate

[](#migrate)

Run the artisan migrate command to create the users table:

> this command will also migrate the package migration file by which the profile field is added to the users table.

```
php artisan migrate
```

### Create the symbolic link

[](#create-the-symbolic-link)

The following command will create a symbolic link from 'public/storage' to 'storage/app/public'. This is neccessary to access the user profile image (avatar).

```
php artisan storage:link
```

Access 'Profile' and 'Account' pages
------------------------------------

[](#access-profile-and-account-pages)

Now you can access the 'profile' and the 'account' pages by visiting the following routes:

- /profile
- /account

Customization
-------------

[](#customization)

To customize the package default views publish them to your views folder by running the following command:

```
php artisan vendor:publish --provider="Aliabdulaziz\LaravelExtendedUser\LaravelExtendedUserServiceProvider" --tag=views
```

Now make whatever customization you want on the published views.

> you can also publish the assets source files (sass and js files) by running the following command:

```
php artisan vendor:publish --provider="Aliabdulaziz\LaravelExtendedUser\LaravelExtendedUserServiceProvider" --tag=src
```

these files will be located in (Your Laravel app) --&gt; resources --&gt; assets --&gt; vendor --&gt; laravelextendeduser.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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

2921d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8e12d3a8e44f1f0ef8c1b6ad8e6750198f9ca12ed660d0a290920d72b2f9f4c?d=identicon)[thiagormoreira](/maintainers/thiagormoreira)

---

Top Contributors

[![thiagormoreira](https://avatars.githubusercontent.com/u/246995?v=4)](https://github.com/thiagormoreira "thiagormoreira (2 commits)")[![aliabdulaziz](https://avatars.githubusercontent.com/u/39233809?v=4)](https://github.com/aliabdulaziz "aliabdulaziz (1 commits)")

### Embed Badge

![Health badge](/badges/thiagormoreira-laravel-extended-user/health.svg)

```
[![Health](https://phpackages.com/badges/thiagormoreira-laravel-extended-user/health.svg)](https://phpackages.com/packages/thiagormoreira-laravel-extended-user)
```

###  Alternatives

[jacopo/laravel-authentication-acl

Laravel authentication and ACL package with a cool admin panel

29010.3k3](/packages/jacopo-laravel-authentication-acl)

PHPackages © 2026

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