iserter/transunion

TransUnion Service Package for Laravel 5.1

dev-master 2015-08-22 10:55 UTC

This package is auto-updated.

Last update: 2024-03-29 02:36:32 UTC


README

This package provides a simplified facade to interact with the transunion API.

Add the Service Provider

Iserter\Transunion\ServiceProvider::class,

Add an alias to the service facade

'Transunion' => Iserter\Transunion\Facades\Transunion::class,

Publish Config File

php artisan vendor:publish --provider="Iserter\Transunion\ServiceProvider" --tag=config