1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:04:02 +00:00

implementation -> package

This commit is contained in:
Samuel Štancl 2019-07-03 19:19:19 +02:00
parent 4c03402601
commit 7c7ba28391
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
[![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master)](https://travis-ci.com/stancl/tenancy) [![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master)](https://travis-ci.com/stancl/tenancy)
[![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) [![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy)
### *A Laravel multi-database tenancy implementation that respects your code.* ### *A Laravel multi-database tenancy package that respects your code.*
You won't have to change a thing in your application's code.\* You won't have to change a thing in your application's code.\*

View file

@ -1,6 +1,6 @@
{ {
"name": "stancl/tenancy", "name": "stancl/tenancy",
"description": "A Laravel multi-database tenancy implementation that respects your code.", "description": "A Laravel multi-database tenancy package that respects your code.",
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"], "keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [