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
Requires
- php: ^8.2
- ext-json: *
- filament/filament: ^3.2.29
- illuminate/console: ^11.0
- illuminate/contracts: ^11.0
- illuminate/support: ^11.0
- laravel/socialite: ^5.12
- matomo/device-detector: ^6.1
Requires (Dev)
- laravel/pint: ^1.14
- laravel/sanctum: ^4.0
- livewire/livewire: ^3.4.9
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^10.5
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