rvzug / laravel-lightspeed-sync
Synchronise Lightspeed resources to laravel app
dev-master
2017-06-16 21:17 UTC
Requires
- php: ^7.0
- gunharth/laravel-lightspeed-api: ^1.0.4
- illuminate/support: ^5.2.8
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: ^5.3.4
This package is not auto-updated.
Last update: 2024-12-22 05:24:11 UTC
README
done
- GET product/variant resources and store in database (prototype)
todo
- GET order/customer/billing resources and store in database
- Sync trough webhooks
to do later
- a lot.
Installation
php artisan vendor:publish
php artisan queue:table php artisan queue:failed-table php artisan migrate
php artisan lightspeedsync:init
start queue worker