Notice: Undefined variable: relativePath in C:\xampp\htdocs\dashboard\PHP\vendor\stimulsoft\reports-php\src\StiJavaScript.php on line 48
Notice: Undefined variable: relativePath in C:\xampp\htdocs\dashboard\PHP\vendor\stimulsoft\reports-php\src\StiJavaScript.php on line 48
Stimulsoft Dashboards.PHP - How to activate the Product
The 30-day trial version of the product does not contain any restrictions, except for the Trial watermark on the report pages, and reminders about using the Trial
version.
After purchasing the product, you can download the license key from your personal account on the
website.
You can activate the product in several ways:
- Set the key as a Base64 string for the StiHandler() object:
$handler = new \Stimulsoft\StiHandler();
$handler->license->setKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
- Set the key as a license file for the StiHandler() object:
$handler = new \Stimulsoft\StiHandler();
$handler->license->setFile('license.key');
- Using the special line of JavaScript code with a key as a Base64 string:
Stimulsoft.Base.StiLicense.Key = '6vJhGtLLLz2GNviWmUTrhSqnO...';
For more details, please see the
documentation.