orlovtech/dadata-client

Dadata Client for Laravel

v0.1.0 2023-08-18 13:37 UTC

This package is auto-updated.

Last update: 2024-05-18 15:30:28 UTC


README

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"