dcodegroup/laravel-xero-payroll-au
最新稳定版本:0.1.7
Composer 安装命令:
composer require dcodegroup/laravel-xero-payroll-au
包简介
Simple package which dcode uses to handle the syncing of payroll related information from Xero
README 文档
README
This package provides the standard xero payroll settings and sync from Xero.
Installation
You can install the package via composer:
composer require dcodegroup/laravel-xero-payroll-au
Then run the install command.
php artsian laravel-xero-payroll-au:install
This will publish the configuration file and the migration file.
Run the migrations
php artsian migrate
Configuration
Most of configuration has been set the fair defaults. However you can review the configuration file at config/laravel-xero-payroll-au.php and adjust as needed
If you want to have the oauth screens appear within your sites layout ensure to configure the environment variable. eg.
LARAVEL_XERO_PAYROLL_AU_LAYOUT=layouts.admin
Usage
The package provides an endpoints which you can use. See the full list by running
php artsian route:list --name=xero_payroll
They are
[example.com/xero-payroll] Which is where you will view and update the details from xero from.
统计信息
- 总下载量: 2.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-28
