Skip to content

DCODE-GROUP/laravel-xero-payroll-au

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Xero

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

Preview of the configuration screen

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.

About

Base package for xero that handles the syncing of payroll data and migrations

Resources

Stars

Watchers

Forks

Packages

No packages published