tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant

Home Page:https://tenancy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integer showing as string in json after installing tenancy package

ramiz1122 opened this issue · comments

Hi,

I have install and integrate tenancy/multi-tenant and its working fine but getting one issue.
Integer values showing as string in json

here are my composer.lock information

    "php": "^7.2",
    "hyn/multi-tenant": "5.5.*",
    "laravel/framework": "^6.0"

is there any solution for this ?

There's 2 comma's (,) after our pacjage version, so your composer.json is not valid json at the moment