Skip to content

orlovtech/dadata-client

Repository files navigation

Dadata Client for Laravel

Latest Version PHP Version Tests Total Downloads

Installation

Requirements

The package has been developed and tested to work with the following minimum requirements:

  • PHP >=8.1
  • Laravel >=9.0

Install the Package

You can install the package via Composer:

composer require orlovtech/dadata-client

Publish the Config and Migrations

You can then publish the package's config file and database migrations by using the following command:

php artisan vendor:publish --provider="OrlovTech\DadataClient\Providers\DadataClientServiceProvider"