laravel-finnotech maintained by tedon
Description
A laravel bridge to Finnotech API.
Author
Last update
2023/06/03 08:10
(dev-master)
License
Downloads
3
Tags
Laravel Finnotech
A package to provide finnotech api and attach them to your existed entities.
Installation
In order to add the capability to your laravel application, you should require it via composer.
composer require tedon/laravel-finnotech
Publish configuration file
By publishing configuration file, it is possible to edit predefined custom shortcut macros.
php artisan vendor:publish --provider="Tedon\LaravelFinnotech\Providers\FinnotechServiceProvider" --tag="finnotech-config"
License
The Laravel Finnotech package is open-sourced software licensed under the MIT license.