joinapi/filament-organizations

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

v1.0.4 2024-12-02 02:12 UTC

This package is auto-updated.

Last update: 2025-03-30 02:47:55 UTC


README

A comprehensive multi-tenant authentication and authorization solution designed for Filament, with a focus on organization-based tenancy.

  • Party
  • Account

Getting Started

Install the Panel Builder

  • Create a fresh Laravel Project
  • Configure your database
  • Install the Panel Builder
php artisan filament:install --panels

Installation

Install the package

composer require joinapi/filament-organizations
php artisan filament-organizations:install

Run migrations:

php artisan migrate:fresh