You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$tenancy = app(Hyn\Tenancy\Environment::class);
// get website$tenancy->website();
// get hostname$tenancy->hostname();
// get customer (if any)$tenancy->customer();
// set hostname$hostname = Hostname::firstOrFail();
$tenancy->hostname($hostname);
The text was updated successfully, but these errors were encountered:
luceos
changed the title
Document how the Environment works as easy proxy
Improve documentation on the Environment and Tenancy facade
Jun 21, 2018
Moved from tenancy/multi-tenant#273
The text was updated successfully, but these errors were encountered: