ghanem/dtone

A package that provides an interface between Laravel and dtone API

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel-package

v1.1 2022-09-27 16:26 UTC

This package is auto-updated.

Last update: 2024-04-27 19:55:34 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A package that provides an interface between Laravel and Dtone API, includes Gifs.

Installation

You can install the package via composer:

composer require ghanem/dtone

now you need to publish the config file with:

php artisan vendor:publish --provider="Ghanem\Dtone\DtoneServiceProvider" --tag="config"