PHPackages                             twmbx/silhouette - 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. twmbx/silhouette

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

twmbx/silhouette
================

Quick frontend profile page for Laravel building on the default Laravel 5.4^ Authentication scaffolding.

2221Blade

Since Feb 2Pushed 5y agoCompare

[ Source](https://github.com/twmbx/silhouette)[ Packagist](https://packagist.org/packages/twmbx/silhouette)[ RSS](/packages/twmbx-silhouette/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

⛔ ABANDONED
===========

[](#-abandoned)

This project answered a need I had many moons ago for a version of Laravel long gone.
Times have changed. Please consider using [Jetstream](https://github.com/laravel/jetstream).

👤 Silhouette
------------

[](#bust_in_silhouette-silhouette)

A useful quick boilerplate on top of the default laravel auth scaffolding that provides an interface for users to manage their profile.

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

[](#requirements)

Basic install of Laravel 5.4 and up. Auth scaffolding &amp; a user to login as.

Install
-------

[](#install)

First you will need to have installed the default Laravel Auth scaffolding.

Instructions can be found [here](https://laravel.com/docs/5.4/authentication#authentication-quickstart), but basically:

```
artisan make:auth
artisan migrate
```

Now you can install using Composer

```
composer require twmbx/silhouette dev-master
```

If you're on Laravel 5.4: Add the service provider to your the providers array in `config/app.php`

```
Twmbx\Silhouette\ServiceProvider::class,
```

Publish package assets to get

- a ProfileController.php in `app/Http/Controllers/Auth/`
- a profile.blade.php in `resources/views/vendor/silhouette/`

```
artisan vendor:publish
```

You can customise the view as needed and use the ProfileController to add your own functionality.

In your `resources/views/layouts/app.blade.php` find `Profile
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md)

License
-------

[](#license)

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

Made with ❤️ in 🇿🇲

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/536306?v=4)[Twaambo Haamucenje](/maintainers/twmbx)[@twmbx](https://github.com/twmbx)

---

Top Contributors

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

---

Tags

laravelprofilescaffolding

### Embed Badge

![Health badge](/badges/twmbx-silhouette/health.svg)

```
[![Health](https://phpackages.com/badges/twmbx-silhouette/health.svg)](https://phpackages.com/packages/twmbx-silhouette)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

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