Forum


Replies: 1   Views: 624
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 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.