PHPackages                             rhyslees/jetstream-team-profile-photo - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rhyslees/jetstream-team-profile-photo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rhyslees/jetstream-team-profile-photo
=====================================

This is my package jetstream-team-profile-photo

3.0.0(3y ago)22.5k↓90%[2 PRs](https://github.com/RhysLees/jetstream-team-profile-photo/pulls)MITPHPPHP ^8.1

Since Sep 11Pushed 2y agoCompare

[ Source](https://github.com/RhysLees/jetstream-team-profile-photo)[ Packagist](https://packagist.org/packages/rhyslees/jetstream-team-profile-photo)[ Docs](https://github.com/rhyslees/jetstream-team-profile-photo)[ RSS](/packages/rhyslees-jetstream-team-profile-photo/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (15)Versions (8)Used By (0)

This is my package jetstream-team-profile-photo
===============================================

[](#this-is-my-package-jetstream-team-profile-photo)

This package adds team profile photos to jetstream

`Note: Current only supports livewire stack`

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

[](#installation)

You can install the package via composer:

```
composer require rhyslees/jetstream-team-profile-photo
```

```
php artian teamprofilephoto:install
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="jetstream-team-profile-photo-migrations"
php artisan migrate
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="jetstream-team-profile-photo-views"
```

Optionally, you can publish the config using

```
php artisan vendor:publish --tag="jetstream-team-profile-photo-config"
```

Add the `HasTeamProfilePhotos` trait to your Team model:

```
use RhysLees\JetstreamTeamProfilePhoto\Traits\HasTeamProfilePhoto;

class Team extends JetstreamTeam
{
    use HasTeamProfilePhoto;

    ...
}
```

Modify `resources/views/teams/show.blade.php` as follows:

```
@livewire('teams.update-team-name-form', ['team' => $team])

+

+ @livewire('jetstream-team-profile-photo::update-team-infomation-form', ['team' => $team])
```

Modifying the redirect route
----------------------------

[](#modifying-the-redirect-route)

If you want to change the redirect route after updating the team profile photo, you can publish the config file and change the `redirect_route.name` value.

Adding additional redirect route parameters
-------------------------------------------

[](#adding-additional-redirect-route-parameters)

If you want to add additional parameters to the redirect route, you can specify them in the `@linvewire` directive as follows:

```
- @livewire('jetstream-team-profile-photo::update-team-infomation-form', ['team' => $team])
+ @livewire('jetstream-team-profile-photo::update-team-infomation-form', ['team' => $team, 'routeParameters' => ['foo' => 'bar']])
```

For route parameters to be passed to the redirect route, you will need to pass them to the view where you implement the `@livewire('jetstream-team-profile-photo::update-team-infomation-form')` directive.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Rhys Lees](https://github.com/RhysLees)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 51.6% 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 ~39 days

Total

5

Last Release

1228d ago

Major Versions

1.0.0 → 2.0.02022-10-07

2.1.1 → 3.0.02023-02-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ec1bfd05f95c19d3d12c7bb0fd2abc097b62e49cc0dfa32d6e6460c76607c95?d=identicon)[RhysLees](/maintainers/RhysLees)

---

Top Contributors

[![RhysLees](https://avatars.githubusercontent.com/u/43909932?v=4)](https://github.com/RhysLees "RhysLees (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravelRhysLeesjetstream-team-profile-photo

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rhyslees-jetstream-team-profile-photo/health.svg)

```
[![Health](https://phpackages.com/badges/rhyslees-jetstream-team-profile-photo/health.svg)](https://phpackages.com/packages/rhyslees-jetstream-team-profile-photo)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

328482.0k25](/packages/codewithdennis-filament-select-tree)[nativephp/desktop

NativePHP for Desktop

38133.6k8](/packages/nativephp-desktop)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1126.0k](/packages/codebar-ag-laravel-filament-json-field)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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