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
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2024-12-03 05:10:54 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