Package Data | |
---|---|
Maintainer Username: | mannysoft |
Package Create Date: | 2016-12-10 |
Package Last Update: | 2020-06-10 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-12 15:03:34 |
Package Statistics | |
---|---|
Total Downloads: | 125 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.