bmilesp / multi-tenancy
There is no license information available for the latest version (0.2.2) of this package.
Multi-Tenancy subdomain Plugin for CakePHP
Package info
github.com/bmilesp/multi-tenancy
Type:cakephp-plugin
pkg:composer/bmilesp/multi-tenancy
0.2.2
2015-06-24 17:35 UTC
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2026-03-15 01:01:29 UTC
README
vhost file should look something like this (to accept wildcard subdomains):
<VirtualHost 127.0.0.1> DocumentRoot "\var\www\site.com" ServerName "site.com" ServerAlias *.site.com