Download the PHP package ezitisitis/jetstream-no-personal-team without Composer
On this page you can find all versions of the php package ezitisitis/jetstream-no-personal-team. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ezitisitis/jetstream-no-personal-team
More information about ezitisitis/jetstream-no-personal-team
Files in ezitisitis/jetstream-no-personal-team
Download ezitisitis/jetstream-no-personal-team
More information about ezitisitis/jetstream-no-personal-team
Files in ezitisitis/jetstream-no-personal-team
Vendor ezitisitis
Package jetstream-no-personal-team
Short Description Remove personal team forcing from Laravel Jetstream
License MIT
Package jetstream-no-personal-team
Short Description Remove personal team forcing from Laravel Jetstream
License MIT
Please rate this library. Is it a good library?
Informations about the package jetstream-no-personal-team
Laravel Jetstream no personal team
Install
Install using composer:
After that run install command:
Execute newly created migration:
Replace HasTeams
in User
Model with:
Remove $this->createTeam($user);
from App\Actions\Fortify\CreateNewUser
In blades replace Laravel\Jetstream\Jetstream::hasTeamFeatures()
with
Laravel\Jetstream\Jetstream::hasTeamFeatures() && Auth::user()->isMemberOfATeam()
Credits
All versions of jetstream-no-personal-team with dependencies
PHP Build Version
Package Version
The package ezitisitis/jetstream-no-personal-team contains the following files
Loading the files please wait ....