Download the PHP package dcodegroup/laravel-xero-payroll-au without Composer
On this page you can find all versions of the php package dcodegroup/laravel-xero-payroll-au. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dcodegroup/laravel-xero-payroll-au
More information about dcodegroup/laravel-xero-payroll-au
Files in dcodegroup/laravel-xero-payroll-au
Package laravel-xero-payroll-au
Short Description Simple package which dcode uses to handle the syncing of payroll related information from Xero
License MIT
Informations about the package laravel-xero-payroll-au
Laravel Xero
This package provides the standard xero payroll settings and sync from Xero.
Installation
You can install the package via composer:
Then run the install command.
This will publish the configuration file and the migration file.
Run the migrations
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
They are
[example.com/xero-payroll] Which is where you will view and update the details from xero from.
All versions of laravel-xero-payroll-au with dependencies
dcodegroup/laravel-xero-oauth Version ^1.0
dcodegroup/laravel-configuration Version ^0.2
laravel/framework Version ^7.0|^8.0|^9.0|^10.0