credibility/laravel-localeze

There is no license information available for the latest version (v0.2.0) of this package.

v0.2.0 2015-04-24 18:02 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:45:22 UTC


README

This package wraps the Localeze SOAP API for distributing business data.

To install via composer:

"require": {
    "credibility/laravel-localeze": "0.1.*"
}

Publish configuration files:

php artisan config:publish credibility/laravel-localeze

Upon install, publish the package migrations

php artisan migrate:publish credibility/laravel-localeze