Skip to content

A package that provides an interface between Laravel and Dtone

Notifications You must be signed in to change notification settings

AbdullahGhanem/laravel-dtone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"