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

This package is not auto-updated.

Last update: 2024-04-30 08:45:07 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