Tutorial: How to link to Laravel JetStream Teams #104
dalehurleygreener
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Thanks @dalehurleygreener, I've enabled discussions on this project now so we can hopefully gather up all the fantastic guides like yours :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Wanted to share for others how I managed to link laravel-xero-oauth2 with Laravel JetStream Teams.
Assuming you have already followed the Installation instructions.
# php artisan make:migration AddXeroOauthToTeamsRun the migration
php artisan migrateCreate the /App/Xero/TeamStorageProvider.php
Beta Was this translation helpful? Give feedback.
All reactions