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
Requires
- guzzlehttp/guzzle: ^7.3
- illuminate/http: ^8.55|^9.32
README
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"