faxbroadcast / laravel-monopond-fax
There is no license information available for the latest version (dev-master) of this package.
Laravel package for monopond fax API client
dev-master
2020-06-10 11:56 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-11-07 07:37:55 UTC
README
Laravel package for monopond fax api client.
This package contains a subtree from Monopond's Fax API Client
#Installation
After updating composer, add the ServiceProvider to the providers array in config/app.php
'Balgf\LaravelMonopondFax\ServiceProvider',
You can use the facade for shorter code. Add this to your aliases:
'LaravelMonopondFax' => 'Balgf\LaravelMonopondFax\Facades\LaravelMonopondFax',
To publish the config settings in Laravel 5 use:
php artisan vendor:publish --provider="Balgf\LaravelMonopondFax\ServiceProvider"
This will add an monopond.php
config file to your config folder.