ghanem/dtone

A package that provides an interface between Laravel and dtone API

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:laravel-package

v1.2 2024-08-12 08:52 UTC

This package is auto-updated.

Last update: 2024-11-12 09:54:57 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"