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
-
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 AddXeroOauthToTeams
Run the migration
php artisan migrate
Create the /App/Xero/TeamStorageProvider.php
Beta Was this translation helpful? Give feedback.
All reactions