dev-master
9999999-devSmart Unicredit Consumer Financing Service for Laravel
MIT
The Requires
laravel service smart pricing consumer financing unicredit ucf
Smart Unicredit Consumer Financing Service for Laravel
SmartUcf Online Service for Laravel, (*1)
Installation using composer:, (*2)
composer require gentor/smart-ucf
Add the service provider in config/app.php
:, (*3)
Gentor\SmartUcf\SmartUcfServiceProvider::class,
Add the facade alias in config/app.php
:, (*4)
Gentor\SmartUcf\Facades\SmartUcf::class,
Change your default settings in app/config/smart-ucf.php
:, (*5)
<?php return [ 'username' => env('UCF_USERNAME'), 'password' => env('UCF_PASSWORD'), 'test_mode' => env('UCF_TEST_MODE', true), ];
Smart Unicredit Consumer Financing Service for Laravel
MIT
laravel service smart pricing consumer financing unicredit ucf