devanoxltd / tenancy
Automatic multi-tenancy for your Laravel application for Devanox Private Limited Laravel projects.
Fund package maintenance!
devanoxltd
Requires
- php: ^8.2
- ext-json: *
- laravel/framework: ^12.0
- stancl/jobpipeline: ^1.8.0
- stancl/virtualcolumn: ^1.5.0
Requires (Dev)
- doctrine/dbal: ^3.6.0
- league/flysystem-aws-s3-v3: ^3.12.2
- orchestra/testbench: ^10.0
- spatie/valuestore: ^1.3.2
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
- Fork from github.com/archtechx/tenancy
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