← Back to Packages

Package

Laravel Team

PHP Laravel

Teams, memberships, invitations, roles and plan/billing mechanics for Laravel SaaS applications.

Overview

A multi-tenancy core for Laravel SaaS applications: teams, memberships, invitations, roles, and plan/billing mechanics, with a BillingClient seam so a concrete billing provider adapter can be swapped in.

Installation

composer require labrodev/laravel-team

Tips

  • Provide a BillingClient implementation, e.g. labrodev/laravel-team-paddle, to wire in a billing provider.
View on GitHub →