laraxot / module_tenant_fila3
tenant module for software architecture that allows a single instance of a software application to serve multiple tenants
Requires
- laraxot/module_xot_fila3: dev-master
- thecodingmachine/safe: ^2.5
Requires (Dev)
- barryvdh/laravel-ide-helper: *
- driftingly/rector-laravel: ^0.26.2
- enlightn/enlightn: ^2.5
- fakerphp/faker: *
- friendsofphp/php-cs-fixer: *
- larastan/larastan: *
- laravel/pint: ^1.13
- nesbot/carbon: *
- nette/php-generator: *
- nunomaduro/phpinsights: ^2.9
- orchestra/testbench: ^8.22
- pestphp/pest: *
- pestphp/pest-plugin-laravel: *
- phpunit/phpunit: *
- psalm/plugin-laravel: ^2.8
- rector/rector: *
- spatie/laravel-typescript-transformer: *
- spatie/pest-plugin-snapshots: *
- spatie/phpunit-snapshot-assertions: *
- spatie/test-time: *
- symplify/phpstan-rules: *
- thecodingmachine/phpstan-safe-rule: ^1.2
- tightenco/duster: *
- vimeo/psalm: *
- dev-master
- v1.x-dev
- v0.2.10.x-dev
- v0.2.08.x-dev
- v0.2.07.x-dev
- v0.2.06.x-dev
- 0.0.1
- 0.0.0
- dev-dependabot/npm_and_yarn/postcss-nesting-13.0.1
- dev-dependabot/npm_and_yarn/postcss-8.4.49
- dev-dependabot/npm_and_yarn/vite-5.4.11
- dev-dependabot/npm_and_yarn/tailwindcss-3.4.14
- dev-dev
- dev-cs0.2.06
- dev-cs0.2.05
- dev-cs0.2.04
- dev-dependabot/npm_and_yarn/laravel-vite-plugin-1.0.5
- dev-prod
- dev-cs0.2.03
- dev-cs0.1.01
- dev-cs0.2.00
- dev-cs0.2.01
This package is auto-updated.
Last update: 2024-11-12 20:01:53 UTC
README
Welcome to the Fila3 Tenant Module! This powerful multi-tenancy solution is designed to help developers build scalable applications that can serve multiple clients with ease. Streamline your architecture and enhance user experience by managing tenants effortlessly!
π¦ Whatβs Inside?
The Fila3 Tenant Module provides a comprehensive suite of features for handling multi-tenancy, including:
- Tenant Management: Create, update, and delete tenant profiles with ease.
- Isolation: Ensure data and configurations are securely isolated between tenants.
- Flexible Architecture: Choose between a shared database or separate databases for each tenant.
- Dynamic Configuration: Customize settings for each tenant to suit their unique requirements.
π Key Features
- User Authentication: Built-in support for tenant-based user authentication.
- Role-Based Access Control: Assign roles and permissions per tenant to maintain security.
- Tenant-Specific Routes: Easily manage routing and access control tailored for each tenant.
- Automatic Tenant Switching: Implement seamless tenant switching based on user context.
- Centralized Dashboard: Monitor all tenants from a single dashboard for administrative ease.
- Extensible API: Integrate with external services and extend functionality effortlessly.
π Why Choose Fila3 Tenant?
- Scalable & Efficient: Designed for high performance, making it suitable for both small applications and large enterprises.
- Developer-Friendly: Easy to set up and integrate into existing projects.
- Community Support: Engage with an active community of developers ready to help you succeed.
π§ Installation
Getting started with the Fila3 Tenant Module is straightforward! Follow these steps:
- Clone the repository:
git clone https://github.com/laraxot/module_tenant_fila3.git
Navigate to the project directory: bash Copia codice cd module_tenant_fila3 Install dependencies: bash Copia codice npm install Configure tenant settings in the config file. Launch your application and experience effortless multi-tenancy! π Usage Examples Here are a few snippets to demonstrate how to use the Fila3 Tenant Module in your application:
Creating a New Tenant javascript Copia codice tenantManager.create({ name: "Tenant A", database: "tenant_a_db", settings: { /* tenant-specific settings */ } }); Switching Tenants javascript Copia codice tenantManager.switchTo("Tenant A"); Retrieving Tenant Information javascript Copia codice const tenantInfo = tenantManager.getCurrentTenant(); console.log("Current Tenant:", tenantInfo); π€ Contributing We welcome contributions! If you have ideas, bug fixes, or enhancements, check out the contributing guidelines to get started.
π License This project is licensed under the MIT License - see the LICENSE file for details.
π€ Author Marco Sottana Discover more of my work at marco76tv!