seinoxygen/laravel-contabilium
最新稳定版本:v1.0.0
Composer 安装命令:
composer require seinoxygen/laravel-contabilium
包简介
A Laravel wrapper for Contabilium
关键字:
README 文档
README
A Laravel wrapper for Contabilium.
Installation
Add Laravel Contabilium as a dependency using the composer CLI:
composer require seinoxygen/laravel-contabilium
Basic Usage
Add the following to your config/services.php and add the correct values to your .env file
'contabilium' => [ 'client_id' => env('CONTABILIUM_CLIENT_ID'), 'client_secret' => env('CONTABILIUM_CLIENT_SECRET'), 'country' => env('CONTABILIUM_COUNTRY', 'ar'), ],
If using < Laravel 5.5, add the ContabiliumServiceProvider to the providers array
'providers' => [ ... SeinOxygen\Contabilium\ContabiliumServiceProvider::class, ... ],
Next, in config/app.php, add the Contabilium to the aliases array
'aliases' => [ ... 'Contabilium' => SeinOxygen\Contabilium\Facades\Contabilium::class, ... ],
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-18