Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1020 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 1020 Bytes

Laravel Dtone

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"