Looking to hire Laravel developers? Try LaraJobs

laravel-monopond-fax maintained by phalouvas

Description
Laravel package for monopond fax API client
Author
Manny Isles
Last update
2021/12/13 08:39 (dev-master)
Links
Downloads
115
Tags

Comments
comments powered by Disqus

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.