HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/public_html/printmanager/vendor/stancl/tenancy/CONTRIBUTING.md
# Contributing

## Code style

StyleCI will flag code style violations in your pull requests.

## Running tests

Run `docker-compose up -d` to start the containers. Then run `./test` to run the tests.

When you're done testing, run `docker-compose down` to shut down the containers.

### Docker on M1

You can add:
```yaml
services:
  mysql:
    platform: linux/amd64
  mysql2:
    platform: linux/amd64
```

to `docker-compose.override.yml` to make `docker-compose up -d` work on M1.