Tenancy

screenshot of Tenancy
laravel

Automatic multi-tenancy for Laravel. No code changes needed.

Overview:

Automatic multi-tenancy is a feature-rich Laravel package that simplifies the process of making your app multi-tenant. With this package, you can easily implement multi-tenancy without altering your application's existing codebase.

Features:

  • No model traits required to change database connection
  • No need to replace Laravel classes with tenancy-aware classes (e.g., Cache, Storage)
  • Built-in tenant identification based on hostname (including second level domains)

Summary:

The Automatic Multi-Tenancy package for Laravel offers a seamless solution for implementing multi-tenancy in your application. With features like automatic database connection handling and built-in tenant identification, developers can easily leverage multi-tenancy without the need for extensive code changes.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.