joelbutcher/jetstream-team-transfer

A team transfer form for Laravel Jetstream

v2.0.0 2023-05-22 10:27 UTC

This package is auto-updated.

Last update: 2024-04-07 19:27:59 UTC


README

Build Status Total Downloads Latest Stable Version License

Installation

To get started, run the following commands:

composer require joelbutcher/jetstream-team-transfer

php artisan jetstream-team-transfer:install

The install command will publish a new Team model utilising the TransfersTeam trait and a team-transfer-form.blade.php stub to the resources/views/teams directory. It will also replace the default TeamPolicy shipped with Jetstream, with a modified version that includes a transferTeam method.

Note: This package only works with the Livewire Jetstream stack.

To include the form in your teams view, add the following livewire component to the teams/show.blade.php file:

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

Changelog

Check out the CHANGELOG in this repository for all the recent changes.

Maintainers

Socialstream is developed and maintained by Joel Butcher

License

Socialstream is open-sourced software licensed under the MIT license.