Forum


Replies: 1   Views: 668
Using advanced license in local-development
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by medienfeuer  · 26-08-2022 - 11:28

Hi,

We have a "Advanced"-License. While puchasing, the final domain was not clear, so we registered to "localhost".

We develop locally with a MAMP-Server (MAMP Pro 6.6.2) .

So, the dev-Domain would be https://mywebsitename.local

How do I define the phpdocxconfig.ini correctly to work on my local MAMP?

Posted by admin  · 26-08-2022 - 11:38

Hello,

Using localhost (127.0.0.1) or a private network (class A, B or C) you can set phpdocxconfig.ini as:

[license]
; PHPDocX license code
code = "localhost"
; subdomain (Basic license), domain (Advanced license) or IP (Premium license)
value = "YOUR LICENSE KEY AVAILABLE ON MY PHPDOCX PAGE"

The same license can be used on localhost, private networks and the chosen subdomain/domain/IP. After setting the definitive domain to your license you can use the same license for development and testing.

Regards.