tedon/laravel-finnotech

A laravel bridge to Finnotech API.

v1.0.0 2023-06-03 06:10 UTC

This package is auto-updated.

Last update: 2024-05-03 08:10:28 UTC


README

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.