# Nadi Client

# Requirements

Nadi has a few requirements you should be aware of before installing.

  1. Nadi Client
  2. Nadi Shipper

# PHP

  • Composer
  • PHP 7 and above.
  • Laravel
  • WordPress
  • Symfony (coming soon)
  • CakePHP (coming soon)
  • CodeIgniter (coming soon)
  • Yii (coming soon)

# Laravel

composer require nadi-pro/nadi-laravel
php artisan nadi:install

From version 1.1.0, we have added Sampling features. This allows you to control how the issues raised and push Nadi. See Sampling for more details.

Do republish your Nadi config file if you are upgrading from version 1.0 to 1.1.

After running this command, continue to Nadi Shipper installation.

# WordPress

You can install the plugin by download it here (opens new window) and upload in the WordPress > Plugin section.

Then you can go to Nadi menu to set the API Key and Application Key.

To test the settings, simply click on Test Connection after save the settings.

At the moment only HTTP Transporter is test and supported.

Last Updated: 8/24/2024, 4:39:53 PM