GitHub setup
Install:composer require sanvex/github
GitHub configuration · Integration guide
API key (fastest)
OAuth
Implement GitHub OAuth in your app, then store tokens viaGitHubKeyBuilder::setOAuthToken(). See configuration.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
composer require sanvex/github
GitHub configuration · Integration guide
php artisan sanvex:setup github --api-key="ghp_..."
php artisan sanvex:setup github --api-key="ghp_..." \
--owner-type=App\\Models\\User --owner-id=1
GitHubKeyBuilder::setOAuthToken(). See configuration.
Was this page helpful?
