LaravelPackages.net
Acme Inc.
Toggle sidebar
balgf/laravel-monopond-fax

Laravel package for monopond fax API client

333
0
About balgf/laravel-monopond-fax

balgf/laravel-monopond-fax is a Laravel package for laravel package for monopond fax api client. It currently has 0 GitHub stars and 333 downloads on Packagist. Install it with composer require balgf/laravel-monopond-fax. Discover more Laravel packages by balgf or browse all Laravel packages to compare alternatives.

Last updated

laravel-monopond-fax

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.

Comments