LaravelPackages.net
Acme Inc.
Toggle sidebar
tedon/laravel-finnotech

A laravel bridge to Finnotech API.

3
1
v1.0.0
About tedon/laravel-finnotech

tedon/laravel-finnotech is a Laravel package for a laravel bridge to finnotech api.. It currently has 1 GitHub stars and 3 downloads on Packagist (latest version v1.0.0). Install it with composer require tedon/laravel-finnotech. Discover more Laravel packages by tedon or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments