• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orchestral / tenanti / 240 / 7
88%
master: 89%

Build:
Build:
LAST BUILD BRANCH: 6.x
DEFAULT BRANCH: master
Ran 18 Sep 2015 01:29AM UTC
Files 13
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Sep 2015 01:25AM UTC coverage: 66.39% (-33.6%) from 100.0%
setup=coveralls coverage=yes

push

travis-ci

crynobone
Add ability to resolve dynamic database connection.

This would allow you to define how multiple database connection is going to be used.

```php
app('orchestra.tenanti')->setupMultiDatabase('tenant', function ($id, $template, $connection) {
    return array_merge($template, [
        'database' => "acme_{$id}_tenant",
    ]);
});
```

Signed-off-by: crynobone <crynobone@gmail.com>

160 of 241 relevant lines covered (66.39%)

1.46 hits per line

Source Files on job 240.7 (setup=coveralls coverage=yes)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 240
  • Travis Job 240.7
  • da57a0a3 on github
  • Prev Job for setup=coveralls coverage=yes on 3.1 (#237.7)
  • Next Job for setup=coveralls coverage=yes on 3.1 (#241.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc