tedon / laravel-finnotech
A laravel bridge to Finnotech API.
v1.0.0
2023-06-03 06:10 UTC
Requires
- php: >=8.2
- hekmatinasser/verta: ^8.3
Requires (Dev)
- orchestra/canvas: ^v8.1
- orchestra/testbench: ^v8.5
This package is auto-updated.
Last update: 2025-03-31 10:00:02 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.