iserter / transunion
TransUnion Service Package for Laravel 5.1
dev-master
2015-08-22 10:55 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0.17|5.1.*
This package is auto-updated.
Last update: 2024-10-29 03:58:47 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