devanoxltd/tenancy

Automatic multi-tenancy for your Laravel application for Devanox Private Limited Laravel projects.

Fund package maintenance!
devanoxltd

3.x-dev 2025-03-01 10:08 UTC

This package is auto-updated.

Last update: 2025-03-01 10:08:28 UTC


README

This is the fork of archtechx/tenancy package.

We recommend using the original package if you are looking for a more stable and feature-rich package.

The main goal of this fork is to provide a more flexible and customizable package for Laravel tenancy to Devanox Private Limited Laravel projects.

We have changed the package name to devanoxltd/tenancy to avoid conflicts with the original package.

Credits

Running the Docker Environment

To start the Docker environment, run the following command:

PHP_VERSION=8.3 docker compose -f docker-compose.yml -f docker-compose-m1.override.yml up -d

To stop the Docker environment, run the following command:

docker compose down

To access the workspace container, run the following command: docker compose exec -T test composer require --no-interaction "laravel/framework:^12.0"

Run tests: ./test