eyeweb / laravel-easypost
There is no license information available for the latest version (1.0.3) of this package.
Easypost for Laravel
1.0.3
2019-04-10 14:46 UTC
Requires
- php: >=7.0
- easypost/easypost-php: 3.4.*
- illuminate/support: 5.*
This package is not auto-updated.
Last update: 2024-11-12 11:20:19 UTC
README
Integrates the Easypost PHP library with Laravel via a ServiceProvider.
Installation
Require laravel easypost:
"composer require eyeweb/laravel-easypost"
If using Laravel 5.5+ the ServiceProvider will be discovered automatically, if not, add the following to your app/config/app.php
file:
'providers' => [
...
Eyeweb\LaravelEasypost\LaravelEasypostServiceProvider::class,
]
Configuration
Add the following to your .env
file:
EASYPOST_API_KEY=key_from_easypost