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

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

mressex/laravel-auth-profile
============================

Building off of the default Laravel Authentication. View and Edit User Profiles

v1.0.1(9y ago)41.9k4MITPHPPHP &gt;=5.4.0

Since Mar 15Pushed 9y agoCompare

[ Source](https://github.com/MrEssex/laravel-auth-profile)[ Packagist](https://packagist.org/packages/mressex/laravel-auth-profile)[ RSS](/packages/mressex-laravel-auth-profile/feed)WikiDiscussions master Synced 4w ago

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

Laravel-Auth-Profile
====================

[](#laravel-auth-profile)

This laravel package takes advantage of the already provided Auth generation and extends it, enabling user profiles.

Getting Started
---------------

[](#getting-started)

These instructions will enable you to plug this package into your laravel installation and customise with ease.

### Installing

[](#installing)

Step 1: Run laravel's Authentiaction scaffolding

```
php artisan make:auth
```

Step 2: Open a command window in the your laravel project folder and run

```
composer require mressex/laravel-auth-profile
```

Step 3: Register the AuthProfileServiceProvider::class

1. Open PROJECT\_NAME/config/app.php
2. In the `'providers' => []` array, under `Illuminate\View\ViewServiceProvider::class,` add `MrEssex\LaravelAuthProfile\AuthProfileServiceProvider::class,`

Step 4: To customise the views run `php artisan vendor:publish`. Now you can edit the views in PROJECT\_NAME/resources/views/vendor/laravelauthprofile

Step 5: In your `resources/views/layouts/app.blade.php` Navigate to line 63, or `Profile
```

Common Errors
-------------

[](#common-errors)

1. `[Login] view doesn't exist` Ensure you have ran `php artisan make:auth`

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

[](#contributing)

Please read [CONTRIBUTING.md](https://github.com/mressex/laravel-auth-profile/.git/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mressex/laravel-auth-profile/tags).

Authors
-------

[](#authors)

- **Kyle Essex** - *Initial work* - [MrEssex](https://github.com/MrEssex)

See also the list of [contributors](https://github.com/mressex/laravel-auth-profile/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

Every ~87 days

Total

2

Last Release

3308d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5024348?v=4)[Kyle Essex](/maintainers/MrEssex)[@MrEssex](https://github.com/MrEssex)

---

Top Contributors

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

---

Tags

laravelpackagephpprofile

### Embed Badge

![Health badge](/badges/mressex-laravel-auth-profile/health.svg)

```
[![Health](https://phpackages.com/badges/mressex-laravel-auth-profile/health.svg)](https://phpackages.com/packages/mressex-laravel-auth-profile)
```

###  Alternatives

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M17](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6783.6k6](/packages/hasinhayder-tyro)

PHPackages © 2026

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