Download the PHP package thelia/admin-subdomain-module without Composer
On this page you can find all versions of the php package thelia/admin-subdomain-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package admin-subdomain-module
Admin Subdomain
Use a subdomain to access the administration panel of your Thelia
How to install
Composer
Add it in your main thelia composer.json file
Manually
- Download the zip archive and extract it
- Copy the module into
<path-to-thelia>/local/modules/
directory and be sure that the name of the module isBackOfficePath
Activation
- Go to the modules's list of your Thelia administration panel (with the default URL)
- Find the AdminSubdomain module
- Activate it.
Usage
- For the moment, no configuration interface exists.
- To configure the module, you have to go through the database.
- In the table
module_config
, you can change the valuesub_domain
andstrict_mode
- The value
sub_domain
contains your subdomain - The value
strict_mode
is by defaults to 0, if you change this value to 1, the administration panel will only be accessible from the subdomain
Todo
- Add a configuration interface
All versions of admin-subdomain-module with dependencies
PHP Build Version
Package Version
Requires
thelia/installer Version
~1.1
The package thelia/admin-subdomain-module contains the following files
Loading the files please wait ....