License Activation
Install via Extension Manager
Step 1. Go to Extension module & Select “Get extensions” from the drop-down at top. Click on the Update Now button to get the Extension Repository.

Step 2. Now, Download the ns_license extension & install it.

Step 3. Switch to NITSAN > License Management > Add Your License Key.


Step 4. Go to Admin Tools > Extensions > Activate Your Purchased Extension.

Install via Composer
Step 1. Install EXT:ns_license
composer require nitsan/ns-license:*
php vendor/bin/typo3 extension:setup
Step 2. Go to TYPO3 Backend > License Manager > Add Your License Key.


Step 4. Run Composer Command
composer config repositories.nitsan '{
"type": "composer",
"url": "https://composer.t3planet.com",
"only": ["nitsan/<PACKAGE-NAME>"]
}'
composer config http-basic.composer.t3planet.com <USERNAME> <LICENSE-KEY>
composer req nitsan/<PACKAGE-NAME> --with-all-dependencies
php vendor/bin/typo3 extension:setup
Note
We have already sent the license key & composer credentials (like username, license key) via Email. If you need any help, then write to our support team https://t3planet.com/support
Attention
If you are installing EXT:ns_revolution_slider with TYPO3 >= v11 composer-based TYPO3 instance, Please don’t forget to run the below commands.
php vendor/bin/typo3 nsrevolution:setup