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

orchestral / tenanti / 240
88%
master: 89%

Build:
Build:
LAST BUILD BRANCH: 6.x
DEFAULT BRANCH: master
Ran 18 Sep 2015 01:29AM UTC
Jobs 1
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

pending completion
240

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

Jobs
ID Job ID Ran Files Coverage
7 240.7 (setup=coveralls coverage=yes) 18 Sep 2015 01:29AM UTC 0
66.39
Travis Job 240.7
Source Files on build 240
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #240
  • da57a0a3 on github
  • Prev Build on 3.1 (#237)
  • Next Build on 3.1 (#241)
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